DlmsTypeLongUnsigned(ByteBuffer) Constructor

Initializes a new instance of the DlmsTypeLongUnsigned class. The value will be computed from the two first bytes 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 DlmsTypeLongUnsigned(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Raw bytes

Exceptions

DlmsExceptionIf the rawData are too short

See Also