MCPcopy Create free account
hub / github.com/blinker-iot/blinker-library / beginSSL

Method beginSSL

src/modules/WebSockets/SocketIOclient.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31#if defined(HAS_SSL)
32void SocketIOclient::beginSSL(const char * host, uint16_t port, const char * url, const char * protocol) {
33 WebSocketsClient::beginSocketIOSSL(host, port, url, protocol);
34 WebSocketsClient::enableHeartbeat(60 * 1000, 90 * 1000, 5);
35 initClient();
36}
37
38void SocketIOclient::beginSSL(String host, uint16_t port, String url, String protocol) {
39 WebSocketsClient::beginSocketIOSSL(host, port, url, protocol);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected