DlmsObject.GetClassName Method

Gets the name of the DLMS class

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 static string GetClassName(
	ushort classId
)

Parameters

classId  UInt16
ID of DLMS class

Return Value

String
Name of the DLMS class

See Also