DlmsObjectGetMethodName Method

Gets name of a method with a ID.

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 virtual string GetMethodName(
	sbyte methodId
)

Parameters

methodId  SByte

Return Value

String
Method name according Blue Book.

Exceptions

DlmsExceptionIf the method ID is not defined for the DLMS object.

See Also