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

Method BroadCastClient

src/utils/broadcast_client.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15BroadCastClient::BroadCastClient (int port)
16{
17 this->port = port;
18 connect_socket = INVALID_SOCKET;
19 memset (&socket_addr, 0, sizeof (socket_addr));
20 wsa_initialized = false;
21}
22
23int BroadCastClient::init ()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected