DlmsAttributeInfo(SByte, String, DlmsSelectiveAccessParams) Constructor

Initializes a new instance of DlmsAttributeInfo using an attribute name and params for selective access.

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,
	DlmsSelectiveAccessParams selectiveAccess
)

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.
selectiveAccess  DlmsSelectiveAccessParams

See Also