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

Method BroadCastServer

src/utils/broadcast_server.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20BroadCastServer::BroadCastServer (int port)
21{
22 this->port = port;
23 connect_socket = INVALID_SOCKET;
24 memset (&socket_addr, 0, sizeof (socket_addr));
25 strcpy (address, "255.255.255.255");
26 wsa_initialized = false;
27}
28
29BroadCastServer::BroadCastServer (const char *address, int port)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected