MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / SetName

Method SetName

NetworkClient.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void NetworkClient::SetName(std::string new_name)
121{
122 client_name = new_name;
123
124 if(server_connected == true)
125 {
126 SendData_ClientString();
127 }
128}
129
130void NetworkClient::SetPort(unsigned short new_port)
131{

Callers 4

cli_pre_detectionFunction · 0.45
ResourceManagerMethod · 0.45
AttemptLocalConnectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected