Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
void NetworkServer::SetPort(unsigned short new_port)
222
{
223
if(server_online == false)
224
{
225
port_num = new_port;
226
}
227
}
228
229
void NetworkServer::StartServer()
230
{
Callers
4
cli_pre_detection
Function · 0.45
ResourceManager
Method · 0.45
on_ClientConnectButton_clicked
Method · 0.45
on_ServerStartButton_clicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected