RecvGetConfiguration
This method is an alternative way of receiving and responding to a Get Configuration Request from the corresponding OCPP server in the OCPP client. In contrast to the RecvGetConfiguration method at FB_OCPP1_Client, the response is sent automatically to the OCPP server. Depending on the request, it contains all or specifically requested Configuration Keys.
Syntax
METHOD RecvGetConfiguration : BOOL
VAR_INPUT
fbClient : REFERENCE TO FB_OCPP1_Client;
END_VAR
Return value
Name | Type | Description |
---|---|---|
RecvGetConfiguration | BOOL | Not currently implemented. In future versions: if the method call is successful, the method returns TRUE. |

Inputs/outputs
Name | Type | Description |
---|---|---|
fbClient | REFERENCE TO FB_OCPP1_Client | Instance of the client function block used. |