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

Method MultiCastClient

src/utils/multicast_client.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16MultiCastClient::MultiCastClient (const char *ip_addr, int port)
17{
18 strcpy (this->ip_addr, ip_addr);
19 this->port = port;
20 client_socket = INVALID_SOCKET;
21 memset (&socket_addr, 0, sizeof (socket_addr));
22 wsa_initialized = false;
23}
24
25int MultiCastClient::init ()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected