MCPcopy 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
310int net_port::tcp_client_write(char * buffer, int length)
311{
312 return(send(sock, buffer, length, 0));
313}
314
315int net_port::tcp_write(char * buffer, int length)
316{

Callers 6

SendCommandMethod · 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