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

Method SocketServerUDP

src/utils/socket_server_udp.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#pragma comment(lib, "AdvApi32.lib")
12
13SocketServerUDP::SocketServerUDP (int local_port)
14{
15 this->local_port = local_port;
16 server_socket = INVALID_SOCKET;
17 memset (&server_addr, 0, sizeof (server_addr));
18 wsa_initialized = false;
19}
20
21int SocketServerUDP::bind ()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected