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

Method close

src/utils/broadcast_client.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void BroadCastClient::close ()
71{
72 closesocket (connect_socket);
73 connect_socket = INVALID_SOCKET;
74 if (wsa_initialized)
75 {
76 WSACleanup ();
77 wsa_initialized = false;
78 }
79}
80
81///////////////////////////////
82//////////// UNIX /////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected