InitBootInfo

InitBootInfo 1:

This method can be used to set the Boot Notification sent by the OCPP client when an OCPP connection is established. If this method is not called after starting the application, default values are used. More detailed information can be found in ST_OCPP1_Client_BootInfo.

Syntax

METHOD InitBootInfo : BOOL
VAR_IN_OUT CONSTANT
    stBootInfo : ST_OCPP1_Client_BootInfo;
END_VAR

InitBootInfo 2: Return value

Name

Type

Description

InitBootInfo

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.

InitBootInfo 3:InitBootInfo 4: Inputs/outputs

Name

Type

Description

stBootInfo

ST_OCPP1_Client_BootInfo

BootInfo for the OCPP client.