DlmsPppSetupGetAttributeValue Method

Gets a value of COSEM attribute with specified name.

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 override DlmsType GetAttributeValue(
	sbyte id
)

Parameters

id  SByte
COSEM attribute id. You can use GetAttributeId if a name is known.

Return Value

DlmsType

See Also