SetValueEx
This method can be used to set a new value for a Config Key.
Syntax
METHOD SetValueEx : BOOL
VAR_INPUT
sKey : T_OCPP1_ConfigKey;
END_VAR
VAR_IN_OUT CONSTANT
sValue : T_OCPP1_ConfigValue;
END_VAR
Return value
Name | Type | Description |
---|---|---|
SetValueEx | BOOL | The method returns TRUE if the method call is successful. |
Inputs
Name | Type | Description |
---|---|---|
sKey | Config Key that is to be rewritten. |

Inputs/outputs
Name | Type | Description |
---|---|---|
sValue | New value for the Config Key to be written. |
See also