The server connection info structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
slamtec_aurora_sdk_connection_info_t | connection_info [8] |
The connection methods. More... | |
uint32_t | connection_count |
The number of connection methods. More... | |
The server connection info structure.
The server connection info structure describes multiple connection methods to a server.
uint32_t _slamtec_aurora_sdk_server_connection_info_t::connection_count |
The number of connection methods.
The number of connection methods is the number of connection methods to the server.
slamtec_aurora_sdk_connection_info_t _slamtec_aurora_sdk_server_connection_info_t::connection_info[8] |
The connection methods.
The connection methods are the connection methods to the server.
Multiple connection method of a server can be supported.
The sdk will try to connect to the server with the first connection method.
The maximum number of connection methods is 8.