DlmsTypeLcpOptionGetAuthenticationProtocolDescription Method

Converts the LCP authentication protocol 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 GetAuthenticationProtocolDescription(
	DlmsTypeLcpOptionAuthenticationProtocol type
)

Parameters

type  DlmsTypeLcpOptionAuthenticationProtocol
LCP authentication protocol type value

Return Value

String
LCP authentication protocol type value as a string

See Also