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

Method flush

Arduino/libraries/Ethernet2/src/EthernetClient.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void EthernetClient::flush() {
123 ::flush(_sock);
124}
125
126void EthernetClient::stop() {
127 if (_sock == MAX_SOCK_NUM)

Callers

nothing calls this directly

Calls 1

flushFunction · 0.85

Tested by

no test coverage detected