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

Method webSocketPingInterval

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

@brief Only relevant for websocket implementations. 0 disables client side websocket Ping/Pong. In this case there is either no ping/pong or the server initiates the ping and client responds with Pong. Positive values are interpreted as number of seconds between pings. Negative values are not allowed. ChangeConfiguration is expected to return a REJECTED result. */

Source from the content-addressed store, hash-verified

396 ping/pong or the server initiates the ping and client responds with Pong. Positive values are interpreted as number of seconds
397 between pings. Negative values are not allowed. ChangeConfiguration is expected to return a REJECTED result. */
398 std::chrono::seconds webSocketPingInterval() const override { return std::chrono::seconds(1); }
399
400 // Local Auth List Management Profile
401

Callers 7

startMethod · 0.45
startMethod · 0.45
doConnectMethod · 0.45
startMethod · 0.45
startMethod · 0.45
doConnectMethod · 0.45
doConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected