GetValueEx

GetValueEx 1:

This method can be used to query the current value of a Config Key.

Syntax

METHOD GetValueEx : T_OCPP1_ConfigValue
VAR_INPUT
    sKey : T_OCPP1_ConfigKey;
END_VAR

GetValueEx 2: Return value

Name

Type

Description

GetValue

T_OCPP1_ConfigValue

Current value of the queried Config Key.

GetValueEx 3: Inputs

Name

Type

Description

sKey

T_OCPP1_ConfigKey

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