Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ tcp_close
Method
tcp_close
net_port/net_port.cpp:299–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void net_port::tcp_close()
300
{
301
closesocket(sock);
302
connected = false;
303
}
304
305
int net_port::tcp_listen(char * recv_data, int length)
306
{
Callers
9
Initialize
Method · 0.80
~KasaSmartController
Method · 0.80
SetColor
Method · 0.80
TurnOff
Method · 0.80
SetMusicMode
Method · 0.80
SetPower
Method · 0.80
SetColor
Method · 0.80
SetLEDs
Method · 0.80
SetColor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected