E_OCPP1_ValueFormat

TYPE E_OCPP1_ValueFormat :
(
    None := 0, // Any status not covered by this implementation
    Raw,       // Data is to be interpreted as integer / decimal numeric data.
    SignedData // Data is represented as a signed binary data block, encoded as hex data.
) UDINT;
END_TYPE