IOTC Platform  Ver: 4.3.6.2-0-ge1f616e
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
st_ConnectOption Struct Reference

#include <IOTCClient.h>

Data Fields

int8_t IsParallel
 0: Turn off parallel connection. 1: Turn on parallel connection.
 
int8_t IsLowConnectionBandwidth
 0: Normal connection mode 1: Low bandwidth mode (This mode might reduce the P2P traversal rate)
 
int8_t IsP2PRequestRoundRobin
 0: Normal connection mode 1: P2P Request round robin mode (This mode might reduce the P2P traversal rate)
 
int8_t IsNotToCheckLanIpforP2P
 0: Check the P2P connected IP if it is change mode to LAN 1: Do not check the P2P connected IP
 
int8_t IsServer
 0: Normal connection mode. 1: Turn off tcp relay connection
 

Detailed Description

Connect Option, containing all options of connection setup when client connects to device by P2P or relay mode.

Field Documentation

int8_t IsLowConnectionBandwidth

0: Normal connection mode 1: Low bandwidth mode (This mode might reduce the P2P traversal rate)

int8_t IsNotToCheckLanIpforP2P

0: Check the P2P connected IP if it is change mode to LAN 1: Do not check the P2P connected IP

int8_t IsP2PRequestRoundRobin

0: Normal connection mode 1: P2P Request round robin mode (This mode might reduce the P2P traversal rate)

int8_t IsParallel

0: Turn off parallel connection. 1: Turn on parallel connection.

int8_t IsServer

0: Normal connection mode. 1: Turn off tcp relay connection


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