GetChanged

GetChanged 1:

This method can be used to get the last change to the Config Keys that are part of the enumeration E_OCPP1_ConfigKey.

Syntax

METHOD GetChanged : BOOL
VAR_OUTPUT
    eKey   : E_OCPP1_ConfigKey;
    sValue : T_OCPP1_ConfigValue;
END_VAR

GetChanged 2: Return value

Name

Type

Description

GetChanged

BOOL

The method returns TRUE if the method call is successful.

GetChanged 3: Outputs

Name

Type

Description

eKey

E_OCPP1_ConfigKey

Config Key for which the last change was made.

sValue

T_OCPP1_ConfigValue

The corresponding value.