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

Method MultiCastServer

src/utils/multicast_server.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14MultiCastServer::MultiCastServer (const char *local_ip, int local_port)
15{
16 strcpy (this->local_ip, local_ip);
17 this->local_port = local_port;
18 server_socket = INVALID_SOCKET;
19 memset (&server_addr, 0, sizeof (server_addr));
20 wsa_initialized = false;
21}
22
23int MultiCastServer::init ()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected