DlmsObjectAddProprietaryAttribute Method

Guarantees that the DLMS object will have a proprietary attribute with attributeIndex or attributeName

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 void AddProprietaryAttribute(
	sbyte attributeId,
	string attributeName
)

Parameters

attributeId  SByte
attributeName  String

See Also