DlmsFrameTryParse_ReadResponseDataBlocks Method

Tries to get as much as possible new objects from next received data block from Read response.

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 bool TryParse_ReadResponseDataBlocks(
	ByteBuffer rawData,
	DlmsPartialParsingInfo parsingInfo
)

Parameters

rawData  ByteBuffer
Received datablocks
parsingInfo  DlmsPartialParsingInfo
Information about current parsing status which is used in successive calls of this method.

Return Value

Boolean

See Also