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

Method flush

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

Source from the content-addressed store, hash-verified

265}
266
267void WiFiClient::flush()
268{
269 while (available())
270 read();
271}
272
273void WiFiClient::stop()
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected