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
2026-07-04 17:18:27 -05:00
parent 387fed4f79
commit d9b51e4a02
5 changed files with 463 additions and 140 deletions

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++)
{