DlmsFrameParse_ActionResponseWithListDataBlocks(ByteBuffer, Int32, DlmsActionResponse) Method

Parses a response to action request with list.

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_ActionResponseWithListDataBlocks(
	ByteBuffer rawData,
	ref int index,
	out DlmsActionResponse[] results
)

Parameters

rawData  ByteBuffer
index  Int32
results  DlmsActionResponse

See Also