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

Method DeviceListChanged

NetworkServer.cpp:89–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void NetworkServer::DeviceListChanged()
90{
91 /*-------------------------------------------------*\
92 | Indicate to the clients that the controller list |
93 | has changed |
94 \*-------------------------------------------------*/
95 for(unsigned int client_idx = 0; client_idx < ServerClients.size(); client_idx++)
96 {
97 SendRequest_DeviceListChanged(ServerClients[client_idx]->client_sock);
98 }
99}
100
101void NetworkServer::ServerListeningChanged()
102{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected