DlmsAttributeInfo(SByte, String) Constructor
Initializes a new instance of DlmsAttributeInfo using an attribute name and ID.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
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.