Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ tcp_client_write
Method
tcp_client_write
net_port/net_port.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
int net_port::tcp_client_write(char * buffer, int length)
311
{
312
return(send(sock, buffer, length, 0));
313
}
314
315
int net_port::tcp_write(char * buffer, int length)
316
{
Callers
6
SendCommand
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