Update SDK documentation and add a server flag to indicate if the server supports the device info requests

This commit is contained in:
Adam Honse committed 2026-07-07 17:13:45 -05:00
1 parent 387fed4f79
commit d9b51e4a02
5 files changed
+463 -140

No files matched your search

+2 -1
View File
@@ -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++)
{