InitOptions

InitOptions 1:

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

InitOptions 2: 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.

InitOptions 3:InitOptions 4: Inputs/outputs

Name

Type

Description

stOptions

ST_OCPP1_Client_Options

Options for the OCPP client.