DlmsTypeCallbackDataGetOperationTypeDescription Method

Converts the operation 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 GetOperationTypeDescription(
	DlmsTypeCallbackDataOperationType type
)

Parameters

type  DlmsTypeCallbackDataOperationType
Operation type value

Return Value

String
Operation type value as a string

See Also