MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / transactionMessageRetryInterval

Method transactionMessageRetryInterval

tests/deploy/main.cpp:392–392  ·  view source on GitHub ↗

@brief How long the Charge Point should wait before resubmitting a transaction-related message that the Central System failed to process. */

Source from the content-addressed store, hash-verified

390 /** @brief How long the Charge Point should wait before resubmitting a transaction-related message that the Central System failed to
391 process. */
392 std::chrono::seconds transactionMessageRetryInterval() const override { return std::chrono::seconds(1); }
393 /** @brief When set to true, the Charge Point SHALL unlock the cable on Charge Point side when the cable is unplugged at the EV */
394 bool unlockConnectorOnEVSideDisconnect() const override { return true; }
395 /** @brief Only relevant for websocket implementations. 0 disables client side websocket Ping/Pong. In this case there is either no

Callers 2

requestQueuedMethod · 0.45
processFifoRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected