E_OCPP1_AuthorizationStatus
TYPE E_OCPP1_AuthorizationStatus :
(
None := 0, // Any status not covered by this implementation
Accepted, // Identifier is allowed for charging.
Blocked, // Identifier has been blocked. Not allowed for charging.
Expired, // Identifier has expired. Not allowed for charging.
Invalid, // Identifier is unknown. Not allowed for charging.
ConcurrentTx // Identifier is already involved in another transaction and multiple transactions are not allowed.
) UDINT;
END_TYPE