MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / udp_write

Method udp_write

net_port/net_port.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116int net_port::udp_write(char * buffer, int length)
117{
118 return(sendto(sock, buffer, length, 0, (sockaddr *)&addrDest, sizeof(addrDest)));
119}
120
121bool net_port::tcp_client(const char * client_name, const char * port)
122{

Callers 6

SetColorMethod · 0.80
SetSceneMethod · 0.80
RequestSystemConfigMethod · 0.80
SetColorMethod · 0.80
UpdateLEDsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected