DlmsAttributeInfo Class

Structure used to carry information of one attribute for reading or wirting.

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

Constructors

DlmsAttributeInfo(SByte, String) Initializes a new instance of DlmsAttributeInfo using an attribute name and ID.
DlmsAttributeInfo(SByte, String, DlmsSelectiveAccessParams) Initializes a new instance of DlmsAttributeInfo using an attribute name and params for selective access.

Properties

AttributeDescription Description used to display while reading the attribute.
AttributeID ID aof attribute used to access this attribute via DLMS.
FullDescription Full description of the attribute.
SelectiveAccess Parameters for selective access to the attribute.
ShortDescription Short description of the attribute.

Methods

ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also