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

Method status

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

Source from the content-addressed store, hash-verified

290}
291
292uint8_t WiFiClient::status()
293{
294 // Deprecated.
295 return 0;
296}
297
298WiFiClient::operator bool()
299{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected