DlmsTypeLcpOptionGetLcpOptionTypeDescription Method

Converts the LCP option type value to the string

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 GetLcpOptionTypeDescription(
	DlmsTypeLcpOptionType type
)

Parameters

type  DlmsTypeLcpOptionType
LCP option type value

Return Value

String
LCP option type value as a string

See Also