DlmsFrameParse_ActionResponseWithListDataBlocks(ByteBuffer, DlmsActionResponse) Method

Parses a response to action request with list starting at the beginning of 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_ActionResponseWithListDataBlocks(
	ByteBuffer rawData,
	out DlmsActionResponse[] results
)

Parameters

rawData  ByteBuffer
results  DlmsActionResponse

See Also