DlmsFrameParse_ReadResponseDataBlocks(ByteBuffer, Int32, DlmsDataResult) Method

Parses ReadResponse which was returned in data blocks. Parsing starts 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_ReadResponseDataBlocks(
	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???

See Also