Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_ip_addr
Method
get_ip_addr
src/utils/inc/socket_client_udp.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
void close ();
45
int get_local_ip_addr (const char *local_ip);
46
char *get_ip_addr ()
47
{
48
return ip_addr;
49
}
50
int get_port ()
51
{
52
return port;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected