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

Method SocketClientUDP

src/utils/socket_client_udp.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93SocketClientUDP::SocketClientUDP (const char *ip_addr, int port)
94{
95 strcpy (this->ip_addr, ip_addr);
96 this->port = port;
97 connect_socket = INVALID_SOCKET;
98 memset (&socket_addr, 0, sizeof (socket_addr));
99 wsa_initialized = false;
100}
101
102int SocketClientUDP::connect ()
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected