DlmsTypeUTF8String(ByteBuffer) Constructor

Initializes a new instance of the DlmsTypeUTF8String class. The data string will be created using the UTF-8 encoding.

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 DlmsTypeUTF8String(
	ByteBuffer rawData
)

Parameters

rawData  ByteBuffer
Raw bytes

See Also