The connection info structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
char | protocol_type [16] |
The protocol type. More... | |
char | address [64] |
The address. More... | |
uint16_t | port |
The port. More... | |
The connection info structure.
The connection info structure describes a connection method to a server.
char _slamtec_aurora_sdk_connection_info_t::address[64] |
The address.
The address is the address of the connection.
The address must be null-terminated.
uint16_t _slamtec_aurora_sdk_connection_info_t::port |
The port.
The port is the port of the connection.
Set to SLAMTEC_AURORA_SDK_REMOTE_SERVER_DEFAULT_PORT for most cases.
char _slamtec_aurora_sdk_connection_info_t::protocol_type[16] |
The protocol type.
The protocol type is the protocol type of the connection. For example "tcp", "udp".
The protocol type must be null-terminated.
Set to SLAMTEC_AURORA_SDK_REMOTE_SERVER_DEFAULT_PROTOCOL for most cases.