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

Method beginSSL

Arduino/libraries/WiFi101/src/WiFiServer.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41uint8_t WiFiServer::beginSSL()
42{
43 return begin(SOCKET_FLAGS_SSL);
44}
45
46uint8_t WiFiServer::begin(uint8_t opt)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected