DlmsFrameParse_ActionResponseNormalDataBlocks(ByteBuffer, DlmsActionResponse) Method

Parses a response to action request normal 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_ActionResponseNormalDataBlocks(
	ByteBuffer rawData,
	out DlmsActionResponse result
)

Parameters

rawData  ByteBuffer
result  DlmsActionResponse

See Also