DlmsFrame.Parse_GetResponseWithListDataBlocks(ByteBuffer, Int32, DlmsDataResult[]) Method

Parses GET response-with-list returned with data blocks. Parsing begins at position index in 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 static void Parse_GetResponseWithListDataBlocks(
	ByteBuffer rawData,
	ref int index,
	out DlmsDataResult[] results
)

Parameters

rawData  ByteBuffer
index  Int32
Index in rawData.
results  DlmsDataResult[]
List of parsed results. This array is guaranted to be initialized even in the case of an exception is thrown.

Remarks

SEQUENCE OF Data - GB page 148

See Also