Speedify SDK for Desktop  14.7.0
Data Fields
SpeedifySDK_ServerSettings Struct Reference

Detailed Description

Automatic server selection method settings.

Since
7.5

#include <types.h>

Data Fields

SpeedifySDK_AutoConnectMethod connectMethod
 Type of automatic selection used. More...
 
char country [SPEEDIFYSDK_MAX_COUNTRY_LEN]
 Chosen country, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT. More...
 
char city [SPEEDIFYSDK_MAX_CITY_LEN]
 Chosen city, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT. More...
 
int32_t num
 Chosen server number, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT. More...
 

Field Documentation

◆ city

char SpeedifySDK_ServerSettings::city[SPEEDIFYSDK_MAX_CITY_LEN]

Chosen city, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT.

Since
7.5

◆ connectMethod

SpeedifySDK_AutoConnectMethod SpeedifySDK_ServerSettings::connectMethod

Type of automatic selection used.

Since
7.5

◆ country

char SpeedifySDK_ServerSettings::country[SPEEDIFYSDK_MAX_COUNTRY_LEN]

Chosen country, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT.

Since
7.5

◆ num

int32_t SpeedifySDK_ServerSettings::num

Chosen server number, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT.

Since
7.5

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