RecvUnlockConnector
With this method, an OCPP client receives an Unlock Connector request from the corresponding OCPP server. To respond to the request, the method RespUnlockConnector must be called.
Syntax
METHOD RecvUnlockConnector : BOOL
VAR_OUTPUT
hMessageId : T_OCPP_MessageId;
nConnectorId : UDINT;
END_VAR
Return value
Name | Type | Description |
---|---|---|
RecvUnlockConnector | 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. |
Outputs
Name | Type | Description |
---|---|---|
hMessageId | MessageId of the received message. | |
nConnectorId | UDINT | ID of the Connector of a Charge Point. |
Possible errors are output at the outputs bError and hrErrorCode of the function block instance.