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

Method stop

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

Source from the content-addressed store, hash-verified

271}
272
273void WiFiClient::stop()
274{
275 if (_socket < 0)
276 return;
277
278 socketBufferUnregister(_socket);
279 close(_socket);
280 _socket = -1;
281 _flag = 0;
282}
283
284uint8_t WiFiClient::connected()
285{

Callers

nothing calls this directly

Calls 2

socketBufferUnregisterFunction · 0.85
closeFunction · 0.50

Tested by

no test coverage detected