mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-17 07:39:28 -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:
1 parent
387fed4f79
commit
d9b51e4a02
5 files changed
+463
-140
No files matched your search
+2
-1
@@ -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