DlmsProtocolPartialParsingParamsParsingMethod Property

Method of DlmsFrame used for parsing. It can be TryParse_GetResponseWithListDataBlocks, TryParse_GetResponseNormalDataBlocks, or TryParse_ReadResponseDataBlocks depending on a type of request.

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 DlmsProtocolPartialParsingMethod ParsingMethod { get; }

Property Value

DlmsProtocolPartialParsingMethod

See Also