MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / connect

Method connect

Arduino/libraries/WiFi101/src/WiFiSSLClient.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int WiFiSSLClient::connect(IPAddress ip, uint16_t port)
38{
39 return WiFiClient::connectSSL(ip, port);
40}
41
42int WiFiSSLClient::connect(const char* host, uint16_t port)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected