SendGetLocalListVersion

SendGetLocalListVersion 1:

With this method, an OCPP server sends a Get Local List Version request to the connected OCPP client. The response from the OCPP client is processed directly within the method.

SendGetLocalListVersion 2:

Syntax

METHOD SendGetLocalListVersion : BOOL
VAR_OUTPUT
    nListVersion : UDINT;
END_VAR

SendGetLocalListVersion 3: Return value

Name

Type

Description

SendGetLocalListVersion

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.

SendGetLocalListVersion 4: Outputs

Name

Type

Description

nListVersion

UDINT

Contains the version number of the Local Authorization List currently available in the Charge Point.

Possible errors are output at the outputs bError and hrErrorCode of the function block instance.