Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ SetIP
Method
SetIP
NetworkClient.cpp:112–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void NetworkClient::SetIP(std::string new_ip)
113
{
114
if(server_connected == false)
115
{
116
port_ip = new_ip;
117
}
118
}
119
120
void NetworkClient::SetName(std::string new_name)
121
{
Callers
3
cli_pre_detection
Function · 0.80
ResourceManager
Method · 0.80
on_ClientConnectButton_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected