SLAMTEC Aurora Public Remote SDK  1.2.0-rtm
_slamtec_aurora_sdk_connection_info_t Struct Reference

The connection info structure. More...

#include <aurora_pubsdk_objects.h>

Inheritance diagram for _slamtec_aurora_sdk_connection_info_t:
rp::standalone::aurora::SDKConnectionInfo

Public Attributes

char protocol_type [16]
 The protocol type. More...
 
char address [64]
 The address. More...
 
uint16_t port
 The port. More...
 

Detailed Description

The connection info structure.

The connection info structure describes a connection method to a server.

Member Data Documentation

◆ address

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.

◆ port

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.

◆ protocol_type

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.


The documentation for this struct was generated from the following file: