Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_port
Method
get_port
src/utils/inc/socket_client_udp.h:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
return ip_addr;
49
}
50
int get_port ()
51
{
52
return port;
53
}
54
int get_local_port ();
55
56
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected