DlmsApplicationNameContextId Class

Represents context-id of application-context-name used in AARQ/AARE.

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 DlmsApplicationNameContextId
Inheritance
Object    DlmsApplicationNameContextId

Constructors

DlmsApplicationNameContextId(Byte) Creates context-id of application-context-name in AARQ request or AARE response. It is defined in GB Table 45.
DlmsApplicationNameContextId(DlmsReferencingType, Boolean) Creates context-id of application-context-name in AARQ request or AARE response. It is defined in GB Table 45.

Properties

Referencing Type of dlms object referencing to use.
UseCiphering Whether to use ciphering for communication or not.
Value Current value of application name context id that is sent/received to/from meter.

Methods

DisplayString Returns context-id describing string for displaying.
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also