DlmsFrameParse_ActionResponseNormalDataBlocks(ByteBuffer, Int32, DlmsActionResponse) Method

Parses a response to action request normal.

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,
	ref int index,
	out DlmsActionResponse result
)

Parameters

rawData  ByteBuffer
index  Int32
result  DlmsActionResponse

See Also