InitSettings
This method can be used to make various settings for the OCPP client. If this method is not called after starting the application, default values are used. More detailed information can be found in ST_OCPP1_Client_Settings.
Syntax
METHOD InitSettings : BOOL
VAR_IN_OUT CONSTANT
stSettings : ST_OCPP1_Client_Settings;
END_VAR
Return value
Name | Type | Description |
---|---|---|
InitSettings | BOOL | The method returns the return value TRUE if the call was successful. A method call is also considered successfully completed in the event of an error. |

Inputs/outputs
Name | Type | Description |
---|---|---|
stSettings | Settings for the OCPP client. |