DlmsTypeInteger(ByteBuffer) Constructor

Initializes a new instance of the DlmsTypeInteger class. The value will be computed from the first byte of the rawData.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public DlmsTypeInteger(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Raw bytes

See Also