GetStationId

GetStationId 1:

This method can be used to query the StationId of an OCPP client in the instance of the OCPP server.

Syntax

METHOD GetStationId : BOOL
VAR_INPUT
    sIdent     : T_OCPP_Identity;
END_VAR
VAR_IN_OUT
    hStationId : UDINT;
END_VAR

GetStationId 2: Return value

Name

Type

Description

GetStationId

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.

GetStationId 3: Inputs

Name

Type

Description

sIdent

T_OCPP_Identity

Identity of the OCPP client.

GetStationId 4:GetStationId 5: Inputs/outputs

Name

Type

Description

hStationId

UDINT

Identifier of the OCPP client in the instance of the OCPP server.