DlmsAttributeInfo(SByte, String) Constructor

Initializes a new instance of DlmsAttributeInfo using an attribute name and ID.

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 DlmsAttributeInfo(
	sbyte attributeID,
	string attributeDescription
)

Parameters

attributeID  SByte
ID of attribute used to read its value.
attributeDescription  String
Description that can be used to display in log while reading attribute value.

See Also