Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ connectSSL
Method
connectSSL
Arduino/libraries/WiFi101/src/WiFiClient.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int WiFiClient::connectSSL(const char* host, uint16_t port)
97
{
98
return connect(host, port, SOCKET_FLAGS_SSL);
99
}
100
101
int WiFiClient::connectSSL(IPAddress ip, uint16_t port)
102
{
Callers
nothing calls this directly
Calls
1
connect
Function · 0.50
Tested by
no test coverage detected