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

Method connected

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

Source from the content-addressed store, hash-verified

282}
283
284uint8_t WiFiClient::connected()
285{
286 m2m_wifi_handle_events(NULL);
287 if (available())
288 return 1;
289 return IS_CONNECTED;
290}
291
292uint8_t WiFiClient::status()
293{

Callers 10

runMethod · 0.45
sendMethod · 0.45
runMethod · 0.45
sendMethod · 0.45
runMethod · 0.45
sendMethod · 0.45
runMethod · 0.45
sendMethod · 0.45
runMethod · 0.45
sendMethod · 0.45

Calls 1

m2m_wifi_handle_eventsFunction · 0.85

Tested by

no test coverage detected