InitOptions
This method can be used to set various options 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_Options.
Syntax
METHOD InitOptions : BOOL
VAR_IN_OUT CONSTANT
stOptions : ST_OCPP1_Client_Options;
END_VAR
Return value
Name | Type | Description |
---|---|---|
InitOptions | 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 |
---|---|---|
stOptions | Options for the OCPP client. |