MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / close

Method close

src/utils/socket_client_udp.cpp:230–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void SocketClientUDP::close ()
231{
232 closesocket (connect_socket);
233 connect_socket = INVALID_SOCKET;
234 if (wsa_initialized)
235 {
236 WSACleanup ();
237 wsa_initialized = false;
238 }
239}
240
241///////////////////////////////
242//////////// UNIX /////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected