InitSettings

InitSettings 1:

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

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

InitSettings 3:InitSettings 4: Inputs/outputs

Name

Type

Description

stSettings

ST_OCPP1_Client_Settings

Settings for the OCPP client.