GetStationId
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
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. |
Inputs
Name | Type | Description |
---|---|---|
sIdent | Identity of the OCPP client. |

Inputs/outputs
Name | Type | Description |
---|---|---|
hStationId | UDINT | Identifier of the OCPP client in the instance of the OCPP server. |