InitBootInfo
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
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. |

Inputs/outputs
Name | Type | Description |
---|---|---|
stBootInfo | BootInfo for the OCPP client. |