IPlcManagerGet432Address Method

Returns current 432 address of meter with specified serial number.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
ushort? Get432Address(
	string serialNo
)

Parameters

serialNo  String

Return Value

NullableUInt16
Null if meter is not connected or is unknown, otherwise current 432 address.

See Also