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

Method SetPort

NetworkServer.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void NetworkServer::SetPort(unsigned short new_port)
222{
223 if(server_online == false)
224 {
225 port_num = new_port;
226 }
227}
228
229void NetworkServer::StartServer()
230{

Callers 4

cli_pre_detectionFunction · 0.45
ResourceManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected