RecvReset

RecvReset 1:

With this method, an OCPP client receives a Reset request from the corresponding OCPP server. To respond to the request, the method RespReset must be called.

RecvReset 2:

Syntax

METHOD RecvReset : BOOL
VAR_OUTPUT
    hMessageId : T_OCPP_MessageId;
    eType : E_OCPP1_ResetType;
END_VAR

RecvReset 3: Return value

Name

Type

Description

RecvReset

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.

RecvReset 4: Outputs

Name

Type

Description

hMessageId

T_OCPP_MessageId

MessageId of the received message.

eType

E_OCPP1_ResetType

Type of reset that the Charge Point should perform.

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