MCPcopy 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
299void net_port::tcp_close()
300{
301 closesocket(sock);
302 connected = false;
303}
304
305int net_port::tcp_listen(char * recv_data, int length)
306{

Callers 9

InitializeMethod · 0.80
~KasaSmartControllerMethod · 0.80
SetColorMethod · 0.80
TurnOffMethod · 0.80
SetMusicModeMethod · 0.80
SetPowerMethod · 0.80
SetColorMethod · 0.80
SetLEDsMethod · 0.80
SetColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected