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

Method close

src/utils/multicast_server.cpp:71–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void MultiCastServer::close ()
72{
73 if (server_socket != INVALID_SOCKET)
74 {
75 closesocket (server_socket);
76 server_socket = INVALID_SOCKET;
77 }
78 if (wsa_initialized)
79 {
80 WSACleanup ();
81 wsa_initialized = false;
82 }
83}
84
85///////////////////////////////
86//////////// UNIX /////////////

Callers 15

release_sessionMethod · 0.45
create_adv_connectionMethod · 0.45
find_wifi_shieldMethod · 0.45
release_sessionMethod · 0.45
find_deviceMethod · 0.45
release_sessionMethod · 0.45
release_sessionMethod · 0.45
save_raw_plotFunction · 0.45
save_filtered_plotFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_serialFunction · 0.36
test_serialFunction · 0.36
test_serialFunction · 0.36