DlmsProtocolPartialParsingParams Class

Parameter of parsing thread.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Protocols.Dlms (in OddPrg.Protocols.Dlms.dll) Version: 2.0.0.13 (2.0.0.13)
C#
public class PartialParsingParams
Inheritance
Object    DlmsProtocolPartialParsingParams

Constructors

DlmsProtocolPartialParsingParams Creates a new instance of PartialParsingParams class.

Properties

ParsingInfo Information that is sent to DlmsFrame methods for partial parsing.
ParsingMethod Method of DlmsFrame used for parsing. It can be TryParse_GetResponseWithListDataBlocks, TryParse_GetResponseNormalDataBlocks, or TryParse_ReadResponseDataBlocks depending on a type of request.
RawData Returns current copy of returned datablocks.

See Also