MCPcopy 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
112void NetworkClient::SetIP(std::string new_ip)
113{
114 if(server_connected == false)
115 {
116 port_ip = new_ip;
117 }
118}
119
120void NetworkClient::SetName(std::string new_name)
121{

Callers 3

cli_pre_detectionFunction · 0.80
ResourceManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected