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

Method close

src/utils/socket_client_tcp.cpp:84–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SocketClientTCP::close ()
85{
86 closesocket (connect_socket);
87 connect_socket = INVALID_SOCKET;
88 if (wsa_initialized)
89 {
90 WSACleanup ();
91 wsa_initialized = false;
92 }
93}
94
95///////////////////////////////
96//////////// UNIX /////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected