DlmsTypeFloat32(ByteBuffer) Constructor

Initializes a new instance of the DlmsTypeFloat32 class. The value will be fomputed from the first 4 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 DlmsTypeFloat32(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Raw bytes

Exceptions

DlmsExceptionIf the rawData are too short

See Also