E_OCPP1_RemoteStartStopStatus
TYPE E_OCPP1_RemoteStartStopStatus :
(
None := 0, // Any status not covered by this implementation
Accepted, // Command will be executed.
Rejected // Command will not be executed.
) UDINT;
END_TYPE
TYPE E_OCPP1_RemoteStartStopStatus :
(
None := 0, // Any status not covered by this implementation
Accepted, // Command will be executed.
Rejected // Command will not be executed.
) UDINT;
END_TYPE