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

Method close

src/utils/broadcast_server.cpp:105–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void BroadCastServer::close ()
106{
107 closesocket (connect_socket);
108 connect_socket = INVALID_SOCKET;
109 if (wsa_initialized)
110 {
111 WSACleanup ();
112 wsa_initialized = false;
113 }
114}
115
116///////////////////////////////
117//////////// UNIX /////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected