GetChangedEx
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
Return value
Name | Type | Description |
---|---|---|
GetChanged | BOOL | The method returns TRUE if the method call is successful. |
Outputs
Name | Type | Description |
---|---|---|
sKey | Config Key for which the last change was made. | |
sValue | The corresponding value. |