mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 12:25:07 -04:00
Update SDK documentation and add a server flag to indicate if the server supports the device info requests
This commit is contained in:
@@ -131,7 +131,8 @@ NetworkServer::NetworkServer()
|
||||
| NET_SERVER_FLAG_SUPPORTS_PROFILEMANAGER
|
||||
| NET_SERVER_FLAG_SUPPORTS_PLUGINMANAGER
|
||||
| NET_SERVER_FLAG_SUPPORTS_SETTINGSMANAGER
|
||||
| NET_SERVER_FLAG_SUPPORTS_DETECTION;
|
||||
| NET_SERVER_FLAG_SUPPORTS_DETECTION
|
||||
| NET_SERVER_FLAG_SUPPORTS_DEVICE_INFO;
|
||||
|
||||
for(int i = 0; i < MAXSOCK; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user