GetValue
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
Return value
Name | Type | Description |
---|---|---|
GetValue | Current value of the queried Config Key. |
Inputs
Name | Type | Description |
---|---|---|
eKey | Config Key for which the current value is to be queried. |