FrameGetNextDataWithVariableLength Method

Extract data with variable length from the beginning of rawData and deletes it from rawData. Data length is coded folowing ISO/IEC 8825 standard.

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 static ByteBuffer GetNextDataWithVariableLength(
	ByteBuffer rawData,
	ref int index,
	string additionalInfo = ""
)

Parameters

rawData  ByteBuffer
index  Int32
Index in rawData.
additionalInfo  String  (Optional)

Return Value

ByteBuffer

See Also