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

Method WiFiClient

Arduino/libraries/WiFi101/src/WiFiClient.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#define IS_CONNECTED (_flag & SOCKET_BUFFER_FLAG_CONNECTED)
29
30WiFiClient::WiFiClient()
31{
32 _socket = -1;
33 _flag = 0;
34 _head = 0;
35 _tail = 0;
36}
37
38WiFiClient::WiFiClient(uint8_t sock, uint8_t parentsock)
39{

Callers

nothing calls this directly

Calls 3

socketBufferRegisterFunction · 0.85
m2m_wifi_handle_eventsFunction · 0.85
recvFunction · 0.50

Tested by

no test coverage detected