Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
uint8_t WiFiClient::connected()
285
{
286
m2m_wifi_handle_events(NULL);
287
if (available())
288
return 1;
289
return IS_CONNECTED;
290
}
291
292
uint8_t WiFiClient::status()
293
{
Callers
10
run
Method · 0.45
send
Method · 0.45
run
Method · 0.45
send
Method · 0.45
run
Method · 0.45
send
Method · 0.45
run
Method · 0.45
send
Method · 0.45
run
Method · 0.45
send
Method · 0.45
Calls
1
m2m_wifi_handle_events
Function · 0.85
Tested by
no test coverage detected