GetChangedEx

GetChangedEx 1:

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

Syntax

METHOD GetChangedEx : BOOL
VAR_OUTPUT
    sKey   : T_OCPP1_ConfigKey;
    sValue : T_OCPP1_ConfigValue;
END_VAR

GetChangedEx 2: Return value

Name

Type

Description

GetChanged

BOOL

The method returns TRUE if the method call is successful.

GetChangedEx 3: Outputs

Name

Type

Description

sKey

T_OCPP1_ConfigKey

Config Key for which the last change was made.

sValue

T_OCPP1_ConfigValue

The corresponding value.