DlmsPartialParsingInfo Class

Object to maintain information used for partial parsing while long block data transfer running.

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 class DlmsPartialParsingInfo
Inheritance
Object    DlmsPartialParsingInfo

Constructors

DlmsPartialParsingInfoInitializes a new instance of the DlmsPartialParsingInfo class

Methods

BeginParseData 
NextDataParsed Called by DlmsFrame method when new value is parsed. If onDataParsed throws an exception, this method throws DlmsException with the same message. If it would not do that, exception could be unhndled, because only DlmsException is expectud during parsing.

See Also