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

Method acceptConnection

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

* @brief Called to accept an incoming connection * @param ip_address IP address of the client * @return true if the incoming connection must be accepted, false otherwise */

Source from the content-addressed store, hash-verified

99 * @return true if the incoming connection must be accepted, false otherwise
100 */
101 bool acceptConnection(const char* ip_address) override
102 {
103 (void)ip_address;
104 return true;
105 }
106
107 /**
108 * @brief Called to check the charge point credentials for HTTP basic authentication

Callers 4

rpcAcceptConnectionMethod · 0.45
rpcAcceptConnectionMethod · 0.45
rpcAcceptConnectionMethod · 0.45
rpcAcceptConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected