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

Method WiFiSSLClient

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

Source from the content-addressed store, hash-verified

20#include "WiFiSSLClient.h"
21
22WiFiSSLClient::WiFiSSLClient() :
23 WiFiClient()
24{
25}
26
27WiFiSSLClient::WiFiSSLClient(uint8_t sock, uint8_t parentsock) :
28 WiFiClient(sock, parentsock)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected