GetValue

GetValue 1:

This method can be used to get the current value of a Config Key that is part of the enumeration E_OCPP1_ConfigKey.

Syntax

METHOD GetValue : T_OCPP1_ConfigValue
VAR_INPUT
    eKey : E_OCPP1_ConfigKey;
END_VAR

GetValue 2: Return value

Name

Type

Description

GetValue

T_OCPP1_ConfigValue

Current value of the queried Config Key.

GetValue 3: Inputs

Name

Type

Description

eKey

E_OCPP1_ConfigKey

Config Key for which the current value is to be queried.