DlmsTypeLong64(ByteBuffer) Constructor

Initializes a new instance of the DlmsTypeLong64 class. As the value will be used the first 8 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 DlmsTypeLong64(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Raw bytes

Exceptions

DlmsExceptionIf the rawData are too short

See Also