E_OCPP1_AuthenticationMode
TYPE E_OCPP1_AuthenticationMode :
(
None := 0, // No Authentication
Ident := 1, // Ident Authentication
Basic := 2 // Basic Authentication
) UDINT;
END_TYPE
TYPE E_OCPP1_AuthenticationMode :
(
None := 0, // No Authentication
Ident := 1, // Ident Authentication
Basic := 2 // Basic Authentication
) UDINT;
END_TYPE