SetValueEx

SetValueEx 1:

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

SetValueEx 2: Return value

Name

Type

Description

SetValueEx

BOOL

The method returns TRUE if the method call is successful.

SetValueEx 3: Inputs

Name

Type

Description

sKey

T_OCPP1_ConfigKey

Config Key that is to be rewritten.

SetValueEx 4:SetValueEx 5:Inputs/outputs

Name

Type

Description

sValue

T_OCPP1_ConfigValue

New value for the Config Key to be written.