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

Method ClientInfoChanged

NetworkServer.cpp:74–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void NetworkServer::ClientInfoChanged()
75{
76 ClientInfoChangeMutex.lock();
77
78 /*-------------------------------------------------*\
79 | Client info has changed, call the callbacks |
80 \*-------------------------------------------------*/
81 for(unsigned int callback_idx = 0; callback_idx < ClientInfoChangeCallbacks.size(); callback_idx++)
82 {
83 ClientInfoChangeCallbacks[callback_idx](ClientInfoChangeCallbackArgs[callback_idx]);
84 }
85
86 ClientInfoChangeMutex.unlock();
87}
88
89void NetworkServer::DeviceListChanged()
90{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected