![]() |
Speedify SDK for Desktop/Embedded 15.4.1
|
Detailed information about a server. More...
#include <types.h>
Data Fields | |
char | country [SPEEDIFYSDK_MAX_COUNTRY_LEN] |
2-character ISO country code, ie: 'us'. | |
char | city [SPEEDIFYSDK_MAX_CITY_LEN] |
City code, ie: 'atlanta'. | |
int | num |
Server number. Each specific server in an area is given a number unique to that region, as in "us-atlanta-3". | |
bool | isPrivate |
Whether this is a private or public server. | |
bool | isPremium |
Whether this is a premium-only server. | |
bool | torrentAllowed |
Whether this server allows bittorrent/P2P. | |
uint16_t | publicIPCount |
How many public IPs are in the list. Only available on connected server calls. | |
SpeedifySDK_IPAddressString | publicIP [SPEEDIFYSDK_MAX_IP_COUNT] |
Public IP addresses of the server Only available on connected server calls. | |
uint16_t | dnsIPCount |
How many DNS IPs are in the list. Only available on connected server calls. | |
SpeedifySDK_IPAddressString | dnsIP [SPEEDIFYSDK_MAX_DNS_COUNT] |
DNS IP addresses of the server Only available on connected server calls. | |
char | dataCenter [SPEEDIFYSDK_MAX_DATACENTER_LENGTH] |
Data center the server is in. | |
Detailed information about a server.
char SpeedifySDK_ServerInformation::city[SPEEDIFYSDK_MAX_CITY_LEN] |
City code, ie: 'atlanta'.
char SpeedifySDK_ServerInformation::country[SPEEDIFYSDK_MAX_COUNTRY_LEN] |
2-character ISO country code, ie: 'us'.
char SpeedifySDK_ServerInformation::dataCenter[SPEEDIFYSDK_MAX_DATACENTER_LENGTH] |
Data center the server is in.
SpeedifySDK_IPAddressString SpeedifySDK_ServerInformation::dnsIP[SPEEDIFYSDK_MAX_DNS_COUNT] |
DNS IP addresses of the server Only available on connected server calls.
uint16_t SpeedifySDK_ServerInformation::dnsIPCount |
How many DNS IPs are in the list. Only available on connected server calls.
bool SpeedifySDK_ServerInformation::isPremium |
Whether this is a premium-only server.
bool SpeedifySDK_ServerInformation::isPrivate |
Whether this is a private or public server.
int SpeedifySDK_ServerInformation::num |
Server number. Each specific server in an area is given a number unique to that region, as in "us-atlanta-3".
SpeedifySDK_IPAddressString SpeedifySDK_ServerInformation::publicIP[SPEEDIFYSDK_MAX_IP_COUNT] |
Public IP addresses of the server Only available on connected server calls.
uint16_t SpeedifySDK_ServerInformation::publicIPCount |
How many public IPs are in the list. Only available on connected server calls.
bool SpeedifySDK_ServerInformation::torrentAllowed |
Whether this server allows bittorrent/P2P.