DlmsPrimePlcAppIdentSetAttributeValue Method

Sets a value to COSEM attribute of 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 void SetAttributeValue(
	sbyte id,
	DlmsType value
)

Parameters

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

See Also