Speedify SDK for Desktop/Embedded 16.5.0
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1// Copyright 2019, Connectify, Inc. All Rights Reserved
2#pragma once
3
4#include "sdkdefines.h"
5#include <stdbool.h>
6#include <stdint.h>
7#include <time.h>
8#include "../cJSON.h"
9
10#ifdef _WIN32
11#include <ws2tcpip.h>
12#else
13#include <netinet/ip.h>
14#include <arpa/inet.h>
15#endif
16
22
23
30
31
35
36
40
44
45
62
65SpeedifySDK_EXTERN typedef struct {
68 uint16_t major;
71 uint16_t minor;
74 uint16_t bugfix;
77 uint16_t build;
81SpeedifySDK_EXPORT const char* SpeedifySDK_Version_toString(SpeedifySDK_Version state);
82
83
117SpeedifySDK_EXPORT const char* SpeedifySDK_State_toString(SpeedifySDK_State state);
118
156
157
206
216
229
230
231
248
268
272#define AA_ACTIVATE_OR_PURCHASE_LICENCE AA_ACTIVATE_OR_PURCHASE_LICENSE
273
277
280SpeedifySDK_EXTERN typedef struct {
292 int64_t bytesUsed;
295 bool isTeam;
301 int32_t minutesUsed;
307 struct tm dataPeriodEnd;
310 struct tm subscriptionEndDate;
315
316
335
370
397
400SpeedifySDK_EXTERN typedef struct {
406 int64_t usageDaily;
423
437/* \brief String representation of a SpeedifySDK_ConnectionDirectionalMode
438 * @since 14.8.7 */
440
451
514
515
532
548SpeedifySDK_EXPORT const char* SpeedifySDK_BondingMode_toString(SpeedifySDK_BondingMode priority);
549
577SpeedifySDK_EXPORT const char* SpeedifySDK_TransportMode_toString(SpeedifySDK_TransportMode priority);
578
594SpeedifySDK_EXPORT const char* SpeedifySDK_PortProtocol_toString(SpeedifySDK_PortProtocol portProto);
595
598SpeedifySDK_EXTERN typedef struct {
604 uint16_t port;
607 uint16_t portRangeEnd;
609
613
614
617SpeedifySDK_EXTERN typedef struct {
625
628SpeedifySDK_EXTERN typedef struct {
636
639SpeedifySDK_EXTERN typedef struct {
647
650SpeedifySDK_EXTERN typedef struct {
656 uint16_t sockets;
658
661SpeedifySDK_EXTERN typedef struct {
664 int32_t upload;
667 int32_t download;
669
672SpeedifySDK_EXTERN typedef struct {
695 uint16_t portsCount;
754 uint32_t maxRedundant;
772 uint32_t fixedDelay;
773
775
779
833
974
977SpeedifySDK_EXTERN typedef struct {
980 uint64_t time;
983 uint16_t count;
988
991SpeedifySDK_EXTERN typedef struct {
994 uint64_t packetsIn;
997 uint64_t packetsOut;
1000 uint64_t bytesIn;
1003 uint64_t bytesOut;
1006 uint64_t bufferWaits;
1009 uint64_t packetWaits;
1012 uint64_t readQueue;
1017
1020SpeedifySDK_EXTERN typedef struct {
1023 uint64_t packetsIn;
1026 uint64_t packetsOut;
1029 uint64_t bytesIn;
1032 uint64_t bytesOut;
1035 uint64_t retries;
1037
1040SpeedifySDK_EXTERN typedef struct {
1043 uint64_t detections;
1046 uint64_t successes;
1048
1051SpeedifySDK_EXTERN typedef struct {
1066 uint64_t uniqueSaves;
1068
1071SpeedifySDK_EXTERN typedef struct {
1074 uint8_t dscp;
1080 uint64_t bytesSent;
1083 double sendBps;
1100
1111
1177
1188
1189
1267SpeedifySDK_EXPORT const char* SpeedifySDK_ErrorType_toString(SpeedifySDK_ErrorType error);
1268
1271SpeedifySDK_EXTERN typedef enum {
1281SpeedifySDK_EXPORT const char* SpeedifySDK_ProxyMatchMode_toString(SpeedifySDK_ProxyMatchMode matchMode);
1282
1286
1309
1356
1357
1361
1393
1409SpeedifySDK_EXPORT const char* SpeedifySDK_FirewallMode_toString(SpeedifySDK_FirewallMode matchMode);
1410
1414
1449
1450
1453SpeedifySDK_EXTERN typedef enum {
1464 SH_GOOD
1469
1535
1536
1566
1567
1568
1628
1643
1644
1661SpeedifySDK_EXPORT const char* SpeedifySDK_LogLevel_toString(SpeedifySDK_LogLevel level);
1662
1665SpeedifySDK_EXTERN typedef struct {
1671 int32_t fileSize;
1683 int32_t totalFiles;
1691
1692
1695SpeedifySDK_EXTERN typedef struct {
1707
1710SpeedifySDK_EXTERN typedef enum {
1761
1769SpeedifySDK_EXPORT const char*
1771
1774SpeedifySDK_EXTERN typedef enum {
1778
1782
1829
1839
1842SpeedifySDK_EXTERN typedef enum {
1853
1867
1871
1885
1889
1922
1936
1940
1975
1979
1982SpeedifySDK_EXTERN typedef struct {
1985 uint64_t bytesToday;
1994 uint64_t bytesTotal;
1996
1997
2014
2043
2044
2060SpeedifySDK_EXPORT const char* SpeedifySDK_DSCPReplication_toString(SpeedifySDK_DSCPReplication replication);
2061
2064SpeedifySDK_EXTERN typedef uint8_t SpeedifySDK_DscpValue;
2065
2081SpeedifySDK_EXPORT const char* SpeedifySDK_DSCPPriority_toString(SpeedifySDK_DSCPPriority priority);
2082
2099
2116
2130
2133SpeedifySDK_EXTERN typedef enum {
2146SpeedifySDK_EXPORT const char* SpeedifySDK_DeviceRole_toString(SpeedifySDK_DeviceRole role);
2147
#define SPEEDIFYSDK_MAX_IP_STRING_LENGTH
IP string length.
Definition sdkdefines.h:45
#define SPEEDIFYSDK_MAX_DSCP_QUEUE_LENGTH
Maximum number of DSCP queues.
Definition sdkdefines.h:173
#define SPEEDIFYSDK_MAX_DOWNSTREAM_SUBNETS
Maximum number of subnets supported.
Definition sdkdefines.h:42
#define SPEEDIFYSDK_MAX_FIREWALL_PORTS
Maximum number of ports returned.
Definition sdkdefines.h:78
#define SPEEDIFYSDK_MAX_DATE_TIME_LENGTH
Maximum length of the date and time string.
Definition sdkdefines.h:194
#define SPEEDIFYSDK_MAX_STATS_PERIODS
Maximum number of stat periods requested.
Definition sdkdefines.h:99
#define SPEEDIFYSDK_MAX_WATCHLIST_DOMAINS
Maximum number of domains in a watchlist item.
Definition sdkdefines.h:87
#define SPEEDIFYSDK_MAX_PROXY_PORTS
Maximum number of ports returned.
Definition sdkdefines.h:69
#define SPEEDIFYSDK_MAX_IP_COUNT
Maximum number of IPs on a server.
Definition sdkdefines.h:54
#define SPEEDIFYSDK_MAX_STREAM_RESOLUTION_LENGTH
Maximum streaming resolution length.
Definition sdkdefines.h:132
#define SPEEDIFYSDK_MAX_DATACENTER_LENGTH
Length of the data center field.
Definition sdkdefines.h:161
#define SPEEDIFYSDK_MAX_STREAMING_PORTS
Maximum number of ports returned.
Definition sdkdefines.h:123
#define SPEEDIFYSDK_MAX_NETWORKSHARING_DISPLAY_NAME_LENGTH
Maxmimum size a device's display name for pair and share discovery and advertisement.
Definition sdkdefines.h:142
#define SPEEDIFYSDK_MAX_WATCHLIST_TITLE
Maximum title length of domain watchlist item.
Definition sdkdefines.h:84
#define SPEEDIFYSDK_MAX_STREAMING_IPS
Maximum number of IPs returned.
Definition sdkdefines.h:120
#define SPEEDIFYSDK_MAX_PEP_DSCP_VALUES
Maximum number of DSCP values returned.
Definition sdkdefines.h:191
#define SPEEDIFYSDK_MAX_ERROR_STRING
Length of an error message.
Definition sdkdefines.h:12
#define SPEEDIFYSDK_MAX_DEVICE_UUID_LENGTH
Length of the device UUID field.
Definition sdkdefines.h:200
#define SPEEDIFYSDK_MAX_DNS_COUNT
Maximum number of DNS addresses to configure.
Definition sdkdefines.h:57
#define SPEEDIFYSDK_MAX_PACKET_POOL_NAME_LENGTH
Maximum length of the packet pool size string.
Definition sdkdefines.h:170
#define SPEEDIFYSDK_MAX_DNS_STRING_LENGTH
DNS string length.
Definition sdkdefines.h:48
#define SPEEDIFYSDK_NETWORKSHARING_PEER_UUID_LENGTH
Length of the peer UUID field.
Definition sdkdefines.h:151
#define SPEEDIFYSDK_MAX_APP_NAME_LENGTH
Maximum SDK App name length.
Definition sdkdefines.h:135
#define SPEEDIFYSDK_MAX_LANGUAGE_LEN
Language id length.
Definition sdkdefines.h:126
#define SPEEDIFYSDK_MAX_EMAIL
Email length.
Definition sdkdefines.h:30
#define SPEEDIFYSDK_MAX_STREAMS
Maximum number of streams returns in a stats result.
Definition sdkdefines.h:90
#define SPEEDIFYSDK_MAX_ISP_TYPE
ISP type string length.
Definition sdkdefines.h:36
#define SPEEDIFYSDK_MAX_WATCHLIST_ITEMS
Maximum number of domain watchlist items.
Definition sdkdefines.h:81
#define SPEEDIFYSDK_MAX_ADAPTER_NAME
Adapter name length.
Definition sdkdefines.h:33
#define SPEEDIFYSDK_MAX_FIREWALL_DOMAINS
Maximum number of domains returned.
Definition sdkdefines.h:72
#define SPEEDIFYSDK_MAX_STREAM_NAME_LEN
Maximum length of SpeedifySDK_StreamStats name field.
Definition sdkdefines.h:93
#define SPEEDIFYSDK_MAX_PROTOCOL_LENGTH
Length of the protocol field.
Definition sdkdefines.h:167
#define SPEEDIFYSDK_MAX_PROXY_DOMAINS
Maximum number of domains returned.
Definition sdkdefines.h:63
#define SPEEDIFYSDK_MAX_DOMAIN_LENGTH
Maximum length of domain to proxy.
Definition sdkdefines.h:60
#define SPEEDIFYSDK_MAX_SYSTEMDATA_STRING_LENGTH
Maximum length of system data string fields.
Definition sdkdefines.h:197
#define SPEEDIFYSDK_MAX_ADAPTERS
Simultaneous adapters supported.
Definition sdkdefines.h:15
#define SPEEDIFYSDK_MAX_CITY_LEN
City id.
Definition sdkdefines.h:24
#define SPEEDIFYSDK_MAX_PROXY_IPS
Maximum number of IPs returned.
Definition sdkdefines.h:66
#define SPEEDIFYSDK_MAX_FIREWALL_IPS
Maximum number of IPs returned.
Definition sdkdefines.h:75
#define SPEEDIFYSDK_MAX_HOSTNAME_LENGTH
Length of the hostname field.
Definition sdkdefines.h:164
#define SPEEDIFYSDK_MAX_FORWARD_PORTS
Forwarded ports supported.
Definition sdkdefines.h:39
#define SPEEDIFYSDK_MAX_STREAMING_DOMAINS
Maximum number of domains returned.
Definition sdkdefines.h:117
#define SPEEDIFYSDK_MAX_COUNTRY_LEN
Country id length.
Definition sdkdefines.h:21
#define SPEEDIFYSDK_MAX_NETWORKSHARING_CONNECT_CODE_LENGTH
Maxmimum size of network sharing connect code.
Definition sdkdefines.h:145
#define SPEEDIFYSDK_MAX_DIRECTORY_DOMAIN
Length of directory server domain.
Definition sdkdefines.h:51
Data on an account.
Definition types.h:280
SpeedifySDK_AccountAction action
If any actions should be taken on this account.
Definition types.h:313
SpeedifySDK_AccountPaymentType paymentType
Payment status of this account.
Definition types.h:304
int64_t bytesAvailable
Bytes allowed per data period (typically a month) for this account. -1 for unlimited.
Definition types.h:289
int32_t minutesAvailable
Minutes allowed per data period (typically a month) for this account. -1 for unlimited.
Definition types.h:298
int64_t bytesUsed
Bytes used this data period (typically a month) for this account.
Definition types.h:292
bool isAutoAccount
If this account is an automatically generated account.
Definition types.h:286
int32_t minutesUsed
Minutes used this data period (typically a month) for this account.
Definition types.h:301
bool isTeam
If this user is a teams member.
Definition types.h:295
Information about a network adapter.
Definition types.h:455
SpeedifySDK_ConnectionState state
State of the connection over this adapter.
Definition types.h:467
int64_t rateLimitUploadBps
Upload speed limit, in bits per second. Or zero if unlimited.
Definition types.h:492
int64_t rateLimitDownloadBps
Download speed limit, in bits per second. Or zero if unlimited.
Definition types.h:489
int64_t rateLimit
Upload speed limit, in bits per second. Or zero if unlimited. This is provided for backwards compatib...
Definition types.h:486
SpeedifySDK_NetworkType type
Type of the adapter.
Definition types.h:473
SpeedifySDK_AdapterUsageData dataUsage
Data usage and limit information for this adapter.
Definition types.h:495
bool offline
If this adapter is currently offline.
Definition types.h:470
SpeedifySDK_ConnectionPriority workingPriority
Effective priority of connections over this adapter.
Definition types.h:498
SpeedifySDK_ConnectionDirectionalSettings directionalSettings
Connection direction settings.
Definition types.h:512
SpeedifySDK_ConnectionPriority priority
Priority of connections over this adapter.
Definition types.h:476
cJSON ** ispStats
JSON object containing ISP data, if available The cJSON is valid until the next AdapterData update is...
Definition types.h:509
Information about the data usage and limits of a network adapter.
Definition types.h:400
int64_t usageMonthlyResetDay
Day of the month to reset monthly usage on. 0 for last 30 days.
Definition types.h:412
int64_t usageDaily
Bytes used over this adapter today.
Definition types.h:406
int64_t usageMonthly
Bytes used over this adapter in current month period.
Definition types.h:403
int64_t usageDailyBoost
Extra Bytes allowed over this adapter today. This value resets to 0 every day.
Definition types.h:418
int64_t overlimitRatelimit
Rate limit used when this adapter hits a daily or monthly limit. If 0, this adapter is no longer used...
Definition types.h:421
int64_t usageMonthlyLimit
Bytes allowed over this adapter in current month period. 0 for unlimited.
Definition types.h:409
int64_t usageDailyLimit
Bytes allowed over this adapter in a single day. 0 for unlimited.
Definition types.h:415
Contains stats regarding the captive portal.
Definition types.h:1040
uint64_t successes
Successful captive portal logins.
Definition types.h:1046
uint64_t detections
Captive portal detections.
Definition types.h:1043
Directional settings for a connection.
Definition types.h:443
SpeedifySDK_ConnectionDirectionalMode upload
Upload mode.
Definition types.h:446
SpeedifySDK_ConnectionDirectionalMode download
Download mode.
Definition types.h:449
A grouping of ConnectionStats.
Definition types.h:977
uint16_t count
how many connections are in this group
Definition types.h:983
uint64_t time
timestamp of the connection stats
Definition types.h:980
Statistics about a connection.
Definition types.h:840
uint32_t numberOfSockets
Number of active sockets for this connection.
Definition types.h:898
int64_t totalBps
bits per second through this tunnel
Definition types.h:907
bool uploadCongested
True if the connection is congested in the upload direction.
Definition types.h:957
int64_t inFlight
bytes currently in flight
Definition types.h:845
double lossReceive
receive loss ratio (0.0-1.0)
Definition types.h:875
uint64_t sendBytes
bytes sent
Definition types.h:942
float mos
Mean Opinion Score, 1-5.
Definition types.h:937
double sendEstimateMbps
estimated maximum megabits per second send.
Definition types.h:919
bool connected
is connected
Definition types.h:853
SpeedifySDK_IPAddressString remoteIp
internet facing ip address of the tunnel.
Definition types.h:904
bool poorConnection
True if this is a poor connection.
Definition types.h:972
bool sleeping
is sleeping. Used on Cellular connections to improve battery life.
Definition types.h:856
bool congested
True if the connection is upload or download congested.
Definition types.h:952
uint64_t receiveBytes
bytes received
Definition types.h:947
int64_t inFlightWindow
inflight window, bytes
Definition types.h:850
SpeedifySDK_IPAddressString localIp
internet facing ip address of the adapter.
Definition types.h:870
SpeedifySDK_IPAddressString privateIp
local ip address of the adapter.
Definition types.h:889
int64_t latencyMs
latency, milliseconds
Definition types.h:883
int32_t jitterMs
Jitter, in milliseconds.
Definition types.h:931
bool bondingFiltered
True if bonding is filtered on this connection.
Definition types.h:967
double receiveEstimateMbps
estimated maximum megabits per second received.
Definition types.h:925
int64_t sendBps
bits per second sent through this tunnel.
Definition types.h:910
double lossSend
send loss ratio (0.0-1.0)
Definition types.h:880
int64_t receiveBps
bits per second received through this tunnel.
Definition types.h:913
bool downloadCongested
True if the connection is congested in the download direction.
Definition types.h:962
SpeedifySDK_TransportMode protocol
protocol used for the tunnel.
Definition types.h:892
SDK creation settings structure.
Definition types.h:48
SpeedifySDK_IPAddressString ip
IP address of the speedify daemon to connect to.
Definition types.h:54
uint16_t port
Port number of the speedify daemon to connect to.
Definition types.h:57
SpeedifySDK_AppNameString name
Name of the SDK app, used for auto accounts.
Definition types.h:51
DSCP queue configuration.
Definition types.h:2085
SpeedifySDK_DSCPReplication replication
DSCP replication setting.
Definition types.h:2094
uint8_t dscpValue
DSCP value.
Definition types.h:2088
SpeedifySDK_DSCPPriority priority
DSCP priority setting.
Definition types.h:2091
uint8_t retransmissionAttempts
Maximum number of retransmission attempts.
Definition types.h:2097
DSCP settings.
Definition types.h:2102
uint8_t numDscpMonitoringTags
The number of DSCP monitoring tags.
Definition types.h:2108
uint8_t numDscpQueues
The number of DSCP queue configurations.
Definition types.h:2105
Settings for logging in the daemon.
Definition types.h:1665
int32_t fileSize
Size of individual daemon log files, in bytes.
Definition types.h:1671
int32_t totalFiles
Total number of daemon log files to keep over all SDK service instances.
Definition types.h:1683
SpeedifySDK_LogLevel logLevel
Minimim logging level to allow.
Definition types.h:1689
int32_t filesPerDaemon
Number of log files allowed per SDK service instance.
Definition types.h:1677
Directory settings.
Definition types.h:1695
bool enableEsni
If ESNI is enabled for this domain.
Definition types.h:1702
Information about a disconnect event.
Definition types.h:1631
SpeedifySDK_DisconnectReason disconnectReason
Reason for the disconnect.
Definition types.h:1634
int64_t sessionEnd
Time of the disconnect, in seconds since epoch. If 0, there has been no disconnect event to report....
Definition types.h:1638
int64_t sessionLength
Length of the session in seconds.
Definition types.h:1641
Array of DSCP queue stats.
Definition types.h:1103
uint16_t count
the number of dscp queues
Definition types.h:1106
Contains stats for a defined DSCP queue.
Definition types.h:1071
uint64_t bytesSent
bytes sent through this queue
Definition types.h:1080
uint64_t transportBytesReceived
bytes received through this queue on transport connections, includes retransmissions and redundancy
Definition types.h:1089
uint64_t bytesReceived
bytes received through this queue
Definition types.h:1077
uint64_t transportBytesSent
bytes sent through this queue on transport connections, includes retransmissions and redundancy
Definition types.h:1092
double receiveBps
bits per second received through this queue
Definition types.h:1086
uint8_t dscp
dscp value for this queue
Definition types.h:1074
double sendBps
bits per second sent through this queue.
Definition types.h:1083
double transportSendBps
bits per second sent through this queue on transport connections, includes retransmissions and redund...
Definition types.h:1095
double transportReceiveBps
bits per second received through this queue on transport connections, includes retransmissions and re...
Definition types.h:1098
Firewall settings.
Definition types.h:1417
SpeedifySDK_FirewallMode mode
How matches are handled.
Definition types.h:1420
uint16_t portsCount
Number of ports.
Definition types.h:1443
uint16_t ipv4Count
Number of IPv4 addresses.
Definition types.h:1429
uint16_t domainsCount
Number of domains.
Definition types.h:1423
uint16_t ipv6Count
Number of IPv6 addresses.
Definition types.h:1436
Contains stats regarding the packet handler, for use in session stats.
Definition types.h:1020
uint64_t bytesIn
Number of bytes going into packethandler (upload)
Definition types.h:1029
uint64_t retries
Number of packets retries.
Definition types.h:1035
uint64_t bytesOut
Number of bytes leaving packethandler (download)
Definition types.h:1032
uint64_t packetsOut
Number of packets leaving packethandler (download)
Definition types.h:1026
uint64_t packetsIn
Number of packets going into packethandler (upload)
Definition types.h:1023
Local proxy domain watchlist item.
Definition types.h:1289
uint16_t proxiedDomainsCount
Number of proxied domains.
Definition types.h:1304
bool enabled
If the domains in this watchlist should be added to the local proxy filter.
Definition types.h:1295
uint16_t watchedDomainsCount
Number of watched domains.
Definition types.h:1298
Settings for the local proxy.
Definition types.h:1312
uint16_t portsCount
Number of ports.
Definition types.h:1344
bool domainWatchlistEnabled
Boolean to turn domain watchlist enablement on or off.
Definition types.h:1318
SpeedifySDK_ProxyMatchMode matchMode
How matches are handled.
Definition types.h:1321
bool enabled
If the local proxy should be enabled.
Definition types.h:1315
uint16_t domainsCount
Number of domains.
Definition types.h:1324
uint16_t ipv4Count
Number of IPv4 addresses.
Definition types.h:1330
uint16_t ipv6Count
Number of IPv6 addresses.
Definition types.h:1337
uint16_t domainWatchlistItemsCount
Number of watchlist items.
Definition types.h:1351
Represents a network share peer.
Definition types.h:2017
SpeedifySDK_NetworkSharingDisplayName appName
The application name for this peer.
Definition types.h:2035
bool haveAuthToken
If we have exchanged an auth token with the peer.
Definition types.h:2026
bool autoReconnect
If its peer will be automatically reconnected one seen on the network.
Definition types.h:2023
bool supportsHost
If this peer supports being a host.
Definition types.h:2029
SpeedifySDK_NetworkSharingDisplayName displayName
The public display name for this peer.
Definition types.h:2032
SpeedifySDK_NetworkSharingConnection peerAsHost
Status of the connection to the host peer.
Definition types.h:2041
SpeedifySDK_NetworkSharingConnection peerAsClient
Status of the connection to the client peer.
Definition types.h:2038
SpeedifySDK_NetworkSharingPeerUuid uuid
UUID of the peer.
Definition types.h:2020
Network sharing connection.
Definition types.h:2000
SpeedifySDK_NetworkSharingUsage usage
usage over this connection
Definition types.h:2012
SpeedifySDK_NetworkSharingTunnelStatus tunnelStatus
status of the tunnel connection with this peer
Definition types.h:2006
SpeedifySDK_NetworkSharingPeerStatus peerStatus
status of this pure connection
Definition types.h:2003
bool allowed
If this connection is allowed.
Definition types.h:2009
Network sharing settings.
Definition types.h:1892
SpeedifySDK_NetworkSharingPairRequestBehavior pairRequestBehavior
How pair requests are handled.
Definition types.h:1910
bool alwaysOnDiscovery
If discovery is always active.
Definition types.h:1917
uint64_t hostTunnelRateLimit
host tunnel rate limit in bits per second (0 for unlimited)
Definition types.h:1901
bool sameUserAutoPair
If devices from the same user are automatically paired.
Definition types.h:1913
bool clientEnabled
if network sharing client is enabled
Definition types.h:1895
SpeedifySDK_NetworkSharingConnectCode hostConnectCode
json data used for clients to manually connect to this host
Definition types.h:1904
SpeedifySDK_NetworkSharingDisplayName displayName
The public display name for this device.
Definition types.h:1907
SpeedifySDK_NetworkSharingAutoPairBehavior autoPairBehavior
If devices from the same user and/or team are automatically paired.
Definition types.h:1920
bool hostEnabled
if network sharing host is enabled
Definition types.h:1898
Network sharing usage data.
Definition types.h:1982
uint64_t bytesLastMonth
bytes used this month
Definition types.h:1991
uint64_t bytesToday
bytes used today
Definition types.h:1985
uint64_t bytesLastWeek
bytes used this week
Definition types.h:1988
uint64_t bytesTotal
bytes used total
Definition types.h:1994
Adapter setting for per-connection encryption.
Definition types.h:628
bool encrypted
If encryption is enabled.
Definition types.h:634
Adapter setting for per-connection expose DSCP.
Definition types.h:639
bool exposed
If DSCP is exposed.
Definition types.h:645
Adapter setting for per-connection parallel sockets.
Definition types.h:650
uint16_t sockets
Number of parallel sockets.
Definition types.h:656
Privacy settings.
Definition types.h:782
bool ipLeakProtection
If IP Leak protection is enabled.
Definition types.h:797
bool appAnalytics
If app analytics is enabled.
Definition types.h:827
bool residentialProxyEnabled
Whether residential proxy will be used if available on the speed server.
Definition types.h:831
bool doNotStoreCredentials
If credentials, including oauth tokens and passwords, are not stored locally.
Definition types.h:810
bool advancedIspStats
If advanced ISP stats are enabled.
Definition types.h:823
uint16_t dnsAddressCount
Number of configured dns addresses to forward to.
Definition types.h:801
bool killswitch
If Internet Killswitch is enabled.
Definition types.h:787
bool apiProtection
if API protection is enabled
Definition types.h:819
bool requestToDisableDoH
Whether DoH is requested to be disabled.
Definition types.h:815
bool dnsLeakProtection
If DNS Leak protection is enabled.
Definition types.h:792
A protocol/port pair.
Definition types.h:598
uint16_t portRangeEnd
End of port range. If this entry is a single port, then this is 0.
Definition types.h:607
uint16_t port
Port number, or 0 for any port.
Definition types.h:604
SpeedifySDK_PortProtocol protocol
Transport layer protocol.
Definition types.h:601
Detailed information about a server.
Definition types.h:160
uint16_t publicIPCount
How many public IPs are in the list. Only available on connected server calls.
Definition types.h:185
uint16_t dnsIPCount
How many DNS IPs are in the list. Only available on connected server calls.
Definition types.h:193
int num
Server number. Each specific server in an area is given a number unique to that region,...
Definition types.h:169
bool isPremium
Whether this is a premium-only server.
Definition types.h:175
bool torrentAllowed
Whether this server allows bittorrent/P2P.
Definition types.h:181
bool isSelfHosted
Whether this is a self-hosted server.
Definition types.h:178
bool isPrivate
Whether this is a private or public server.
Definition types.h:172
Automatic server selection method settings.
Definition types.h:518
SpeedifySDK_AutoConnectMethod connectMethod
Type of automatic selection used.
Definition types.h:521
int32_t num
Chosen server number, if connectMethod is ACM_COUNTRYCITYSERVER or ACM_EXACT.
Definition types.h:530
Statistics for sessions over various time periods.
Definition types.h:1180
uint8_t periodCount
Number of stat periods.
Definition types.h:1183
Statistics for a period.
Definition types.h:1114
int64_t bytesReceived
bytes received this period
Definition types.h:1120
int64_t encryptedBytesReceived
encrypted bytes received this period
Definition types.h:1126
SpeedifySDK_DscpStatsArray dscpStats
Contains stats for DSCP queues this period.
Definition types.h:1174
double mbpsDownBenefit
extra download bandwidth acheived this period, in megabits per second
Definition types.h:1156
int32_t daysSinceFirst
days since first connection
Definition types.h:1138
SpeedifySDK_HandlerStats handlerStats
Contains stats regarding the packet handler this period.
Definition types.h:1165
int64_t numFailovers
connection failovers this period
Definition types.h:1141
double maxUploadSpeed
maximum upload speed this period, megabits per second
Definition types.h:1135
SpeedifySDK_TunStats tunStats
Contains stats regarding the TUN this period.
Definition types.h:1162
int64_t bytesSent
bytes sent this period
Definition types.h:1123
int64_t totalConnectedMinutes
minutes connected, this period
Definition types.h:1153
int64_t retransBytes
bytes retransmitted this period
Definition types.h:1147
int64_t periodStartTime
start time of this period, in seconds since epoch
Definition types.h:1150
uint32_t period
period the time period this stat covers, in hours, SPEEDIFYSDK_STAT_PERIOD_CURRENT for current,...
Definition types.h:1117
SpeedifySDK_CaptivePortalStats captivePortalStats
Contains stats regarding captive portals this period.
Definition types.h:1168
SpeedifySDK_StreamingSessionStats streamingStats
Contains stats regarding streaming mode this period.
Definition types.h:1171
double mbpsUpBenefit
extra upload bandwidth acheived this period, in megabits per second
Definition types.h:1159
double maxDownloadSpeed
maximum download speed this period, megabits per second
Definition types.h:1132
int64_t encryptedBytesSent
encrypted bytes sent this period
Definition types.h:1129
int64_t numSessions
total number of sessions this period
Definition types.h:1144
Speedify settings.
Definition types.h:672
bool perConnectionEncryptionEnabled
If per-connection encryption is being used.
Definition types.h:707
double overflowThreshold
Overflow threshold, in megabits per second.
Definition types.h:730
uint32_t maximumTransportRetry
maximum time between transport connection retries, in seconds
Definition types.h:760
bool headerCompression
Whether header compression is enabled.
Definition types.h:742
uint16_t perConnectionExposeDscpCount
Number of configured per-connection expose DSCP settings. Only supported on Linux.
Definition types.h:717
uint16_t downstreamSubnetsCount
Number of configured downstream subnets.
Definition types.h:701
SpeedifySDK_TargetNumberOfConnections targetNumberOfConnections
The target number of connections for the VPN tunnel.
Definition types.h:766
bool encrypted
Whether all connections will be enabled.
Definition types.h:680
uint32_t maxRedundant
The maximum number of connections used to send redundant packets.
Definition types.h:754
bool enableAutomaticPriority
If automatic connection priorites are enabled.
Definition types.h:748
bool enableDefaultRoute
Whether the default route goes over the VPN tunnel.
Definition types.h:739
bool allowChaChaEncryption
Whether the use of ChaCha is allowed for connection encryption.
Definition types.h:683
uint16_t portsCount
Number of configured ports to forward.
Definition types.h:695
bool startupConnect
If Speedify will automatically connect when the daemon starts.
Definition types.h:689
uint32_t fixedDelay
The delay in ms applied in each direction to select flows.
Definition types.h:772
bool packetAggregation
Whether packet aggregation is enabled.
Definition types.h:736
unsigned long ulpReportIntervalSeconds
Represents the ULP reporting interval in seconds.
Definition types.h:751
SpeedifySDK_TransportMode transportMode
Currently used connection transport mode selection.
Definition types.h:692
uint16_t perConnectionParallelSocketsCount
Number of configured per-connection parallel socket settings.
Definition types.h:724
uint32_t maximumConnectRetry
maximum time between login/connect retries, in seconds
Definition types.h:757
bool pepEnabled
Whether performance enhancing proxy (PEP) is enabled.
Definition types.h:769
double priorityOverflowThreshold
Priority overflow threshold, in megabits per second.
Definition types.h:733
bool jumboPackets
Whether to allow jumbo packets over the VPN tunnel.
Definition types.h:675
SpeedifySDK_BondingMode bondingMode
The current bonding mode.
Definition types.h:686
uint16_t perConnectionEncryptionCount
Number of configured per-connection encryption settings.
Definition types.h:710
Results of a speed test.
Definition types.h:1785
uint16_t jitter
jitter during test in ms, only valid for streaming tests
Definition types.h:1821
int64_t testTime
time of the test, in seconds since epoch
Definition types.h:1788
double downloadSpeed
tested download speed, bits per second
Definition types.h:1800
bool isError
is this test errored
Definition types.h:1806
uint16_t numConnections
How many connections were used during this test.
Definition types.h:1797
uint16_t fps
supported streaming frames per second (fps), only valid for streaming tests
Definition types.h:1818
double uploadSpeed
tested upload speed, bits per second
Definition types.h:1803
uint16_t latency
baseline latency in ms
Definition types.h:1824
double loss
packet loss percent during test, only valid for streaming tests
Definition types.h:1827
SpeedifySDK_SpeedTestType testType
type of test
Definition types.h:1812
Statistics for a single stream.
Definition types.h:1472
double averageDownloadSpeed
Average download speed of this stream, in megabits per second.
Definition types.h:1499
uint8_t dscp
The dscp tag of this stream.
Definition types.h:1530
SpeedifySDK_HostnameString hostname
The hostname of the service that this stream is connected to.
Definition types.h:1527
uint64_t duration
Time, in seconds, this stream has been active.
Definition types.h:1478
SpeedifySDK_StreamHealth health
Stream health.
Definition types.h:1514
uint64_t groupId
Group ID number of this stream.
Definition types.h:1484
bool userPriority
Whether this stream is from user-configured priority (not auto-detected).
Definition types.h:1533
uint64_t speedModeSaves
Number of saves while in speed mode.
Definition types.h:1505
uint64_t startTime
Time this stream started, seconds since epoch.
Definition types.h:1487
uint64_t failoverSaves
Definition types.h:1508
uint16_t remotePort
The remote port that this stream is connected to.
Definition types.h:1520
bool active
If this stream is currently active.
Definition types.h:1475
SpeedifySDK_IPAddressString remoteIp
The remote ip that this stream is connected to.
Definition types.h:1517
double downloadSpeed
Current download speed of this stream, in megabits per second.
Definition types.h:1493
double averageUploadSpeed
Average upload speed of this stream, in megabits per second.
Definition types.h:1496
uint64_t id
ID number of this stream.
Definition types.h:1481
uint64_t redundantModeSaves
Number of saves while in redundant mode.
Definition types.h:1502
double uploadSpeed
Current upload speed of this stream, in megabits per second.
Definition types.h:1490
Contains session stats regarding streaming mode.
Definition types.h:1051
uint64_t uniqueSaves
Unique streams saved.
Definition types.h:1066
uint64_t totalStreams
Total number of streams seen.
Definition types.h:1063
uint64_t totalFailoverSaves
Total number of saves from a failover.
Definition types.h:1054
uint64_t totalRedundantModeSaves
Total number of saves while in redundant mode.
Definition types.h:1060
uint64_t totalSpeedModeSaves
Total number of saves while in speed mode.
Definition types.h:1057
Settings for the priority streaming.
Definition types.h:1364
uint16_t ipv4Count
Number of IPv4 addresses.
Definition types.h:1373
uint16_t ipv6Count
Number of IPv6 addresses.
Definition types.h:1380
uint16_t portsCount
Number of ports.
Definition types.h:1387
uint16_t domainsCount
Number of domains.
Definition types.h:1367
Streaming mode stats.
Definition types.h:1539
bool badMemory
Indicator of high memory usage on the system, greater than 90%. Only tracked while active streams are...
Definition types.h:1564
SpeedifySDK_BondingMode bondingMode
Bonding mode in use.
Definition types.h:1542
bool badLoss
Indicator of high loss, greater than 3%. Only tracked while active streams are running.
Definition types.h:1552
bool badCpu
Indicator of high CPU usage on the system, greater than 90%. Only tracked while active streams are ru...
Definition types.h:1560
uint32_t streamsCount
Number of streams in this result.
Definition types.h:1545
bool badLatency
Indicator of high latency, greater than 300ms. Only tracked while active streams are running.
Definition types.h:1556
A subnet.
Definition types.h:617
SpeedifySDK_IPAddressString address
IP address.
Definition types.h:620
uint8_t prefixLength
network prefix length
Definition types.h:623
Definition types.h:2148
SpeedifySDK_DeviceRole role
Device Role.
Definition types.h:2160
Target number of connections for the VPN tunnel.
Definition types.h:661
int32_t upload
Target number of connections for upload.
Definition types.h:664
int32_t download
Target number of connections for download.
Definition types.h:667
Contains stats regarding the TUN, for use in session stats.
Definition types.h:991
uint64_t packetsIn
Number of packets read from TUN.
Definition types.h:994
uint64_t packetsOut
Number of packets written to TUN.
Definition types.h:997
uint64_t bufferWaits
Number of buffer full waits.
Definition types.h:1006
uint64_t readQueue
Size of the read queue.
Definition types.h:1012
uint64_t bytesOut
Number of bytes written to TUN.
Definition types.h:1003
uint64_t droppedIncoming
Number of incoming packets dropped.
Definition types.h:1015
uint64_t bytesIn
Number of bytes read from TUN.
Definition types.h:1000
uint64_t packetWaits
Number of packet pool waits.
Definition types.h:1009
Version structure.
Definition types.h:65
uint16_t major
Major version.
Definition types.h:68
uint16_t build
Build number.
Definition types.h:77
uint16_t bugfix
Bugfix version.
Definition types.h:74
uint16_t minor
Minor version.
Definition types.h:71
SpeedifySDK_EXTERN typedef SpeedifySDK_ProtocolPortPair SpeedifySDK_StreamingPort
A streaming port.
Definition types.h:1360
SpeedifySDK_EXTERN typedef char SpeedifySDK_DNSAddressString[SPEEDIFYSDK_MAX_DNS_STRING_LENGTH]
String representation of a DNS address.
Definition types.h:29
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkSharingPeerRole_toString(SpeedifySDK_NetworkSharingPeerRole role)
SpeedifySDK_DisconnectReason
Reason for a disconnect.
Definition types.h:1571
@ DR_UPDATE
Software update.
Definition types.h:1586
@ DR_SETTINGCHANGERECONNECT
Automatic reconnect from setting change.
Definition types.h:1610
@ DR_CONNECTIVITY
No network connectivity.
Definition types.h:1577
@ DR_REBOOT
Device reboot.
Definition types.h:1583
@ DR_NONE
Nothing to report.
Definition types.h:1625
@ DR_TORRENT
Automatic disconnect from torrent activity.
Definition types.h:1598
@ DR_OVERQUOTA
Account out of data.
Definition types.h:1619
@ DR_UNKNOWN
Unknown reason.
Definition types.h:1574
@ DR_TUNNELTIMEOUT
VPN tunnel blocked.
Definition types.h:1616
@ DR_USERINITIATED
User initiated.
Definition types.h:1595
@ DR_SERVICESTOP
Daemon stopped cleanly.
Definition types.h:1601
@ DR_SAFENETWORK
On a safe network, determined by safe browsing.
Definition types.h:1622
@ DR_DNSTIMEOUT
DNS timeout.
Definition types.h:1613
@ DR_SLEEP
Device sleep.
Definition types.h:1592
@ DR_STARTTIMEOUT
Timeout initializing the connection.
Definition types.h:1604
@ DR_INACTIVETIMEOUT
Tunnel timeout.
Definition types.h:1607
@ DR_AIRPLANE
Airplane mode activated, or no networks available.
Definition types.h:1580
@ DR_CRASH
Daemon crash.
Definition types.h:1589
SpeedifySDK_TransportMode
Transport Protocol modes.
Definition types.h:552
@ TMODE_PROXY
Proxy-only. This is not valid for SpeedifySDK_SetConnectionTransportMode.
Definition types.h:570
@ TMODE_SHARE
shared traffic. This is not valid for SpeedifySDK_SetConnectionTransportMode.
Definition types.h:573
@ TMODE_AUTO
Intelligently choose between available protocols.
Definition types.h:561
@ TMODE_TCP
Always use TCP.
Definition types.h:555
@ TMODE_UDP
Always use UDP.
Definition types.h:558
@ TMODE_MULTITCP
Always use Multi TCP.
Definition types.h:567
@ TMODE_HTTPS
Always use websocket.
Definition types.h:564
SpeedifySDK_NetworkSharingPeerRole
peer role
Definition types.h:1842
@ PR_CLIENT
client
Definition types.h:1845
@ PR_HOST
host
Definition types.h:1848
SpeedifySDK_EXTERN typedef char SpeedifySDK_NetworkSharingDisplayName[SPEEDIFYSDK_MAX_NETWORKSHARING_DISPLAY_NAME_LENGTH]
The public display name for this device.
Definition types.h:1835
SpeedifySDK_EXTERN typedef char SpeedifySDK_HostnameString[SPEEDIFYSDK_MAX_HOSTNAME_LENGTH]
String representation of an IP address.
Definition types.h:778
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ErrorType_toString(SpeedifySDK_ErrorType error)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_State_toString(SpeedifySDK_State state)
SpeedifySDK_NetworkType
Type of network adapter.
Definition types.h:338
@ NETWORKTYPE_ETHERNET
Ethernet.
Definition types.h:344
@ NETWORKTYPE_VPN
VPN.
Definition types.h:350
@ NETWORKTYPE_NETWORKSHARE_CLIENT
Network Share Client.
Definition types.h:359
@ NETWORKTYPE_BLUETOOTH
Bluetooth.
Definition types.h:356
@ NETWORKTYPE_LOOPBACK
Loopback.
Definition types.h:353
@ NETWORKTYPE_WIFI
Wi-Fi.
Definition types.h:341
@ NETWORKTYPE_CELLULAR
Cellular.
Definition types.h:347
@ NETWORKTYPE_UNKNOWN
Unknown.
Definition types.h:365
@ NETWORKTYPE_NETWORKSHARE_HOST
Network Share Host.
Definition types.h:362
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformationDetailed_GetCountryName(SpeedifySDK_ServerInformationDetailed server)
SpeedifySDK_ErrorType
Type classification for errors.
Definition types.h:1192
@ ET_SDK_CALLBACK_REQUIRED
A callback is required for this call.
Definition types.h:1246
@ ET_SDK_ASYNC
Result is an async call SDK. Not an error.
Definition types.h:1234
@ ET_SDK_SETTING_LOCKED_TEAM
Setting locked by server configuration.
Definition types.h:1259
@ ET_VPN_ADAPTER
Error opening or configuring the VPN adapter.
Definition types.h:1219
@ ET_NETWORK
Network related error.
Definition types.h:1198
@ ET_RATELIMITED
Too many requests are being made by this device.
Definition types.h:1213
@ ET_SDK_TIMEOUT
Timeout waiting for result.
Definition types.h:1240
@ ET_CREDENTIAL
Invalid credentials.
Definition types.h:1204
@ ET_SDK_NO_CONNECTION
No connection to the Speedify daemon.
Definition types.h:1252
@ ET_DIRECTORY
Directory list was empty.
Definition types.h:1207
@ ET_SDK_PLATFORM_NO_SUPPORT
Platform does not support this call.
Definition types.h:1249
@ ET_SDK_SYNC_FROM_ASYNC
Synchronous call used from within asynchronous callback. Not supported.
Definition types.h:1255
@ ET_SDK_INVALID_ARGUMENT
An invalid argument was supplied.
Definition types.h:1243
@ ET_TOKEN_EXPIRED
The provided OAUTH token is expired.
Definition types.h:1216
@ ET_DEVICE_LIMIT
The device limit has been reached.
Definition types.h:1222
@ ET_LOCK_ACCOUNT
Setting locked by account configuration.
Definition types.h:1228
@ ET_INVALID_ARGUMENT
An invalid argument was supplied.
Definition types.h:1231
@ ET_SERVER
An error occurred on the server.
Definition types.h:1201
@ ET_OK
No error.
Definition types.h:1195
@ ET_ACCOUNT
An issue with the account being used.
Definition types.h:1210
@ ET_LOCK_TEAM
Setting locked by server configuration.
Definition types.h:1225
@ ET_SDK_ERROR
An error in the SDK.
Definition types.h:1237
@ ET_SDK_SETTING_LOCKED_ACCOUNT
Setting locked by account configuration.
Definition types.h:1263
SpeedifySDK_EXTERN typedef char SpeedifySDK_NetworkSharingConnectCode[SPEEDIFYSDK_MAX_NETWORKSHARING_CONNECT_CODE_LENGTH]
Connect code for network sharing.
Definition types.h:1832
SpeedifySDK_EXTERN typedef char SpeedifySDK_DomainString[SPEEDIFYSDK_MAX_DOMAIN_LENGTH]
String representation of a domain or hostname.
Definition types.h:34
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformation_GetCityName(SpeedifySDK_ServerInformation server)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkSharingTunnelStatus_toString(SpeedifySDK_NetworkSharingTunnelStatus status)
SpeedifySDK_StreamHealth
Stream health indicator.
Definition types.h:1453
@ SH_STOPPED
Stream has stopped.
Definition types.h:1458
@ SH_POOR
Stream may be encountering errors.
Definition types.h:1461
@ SH_GOOD
Stream is in good health.
Definition types.h:1464
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ConnectionPriority_toString(SpeedifySDK_ConnectionPriority priority)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_SafeBrowsing_SafeNetworkOverride_toString(SpeedifySDK_SafeBrowsingSafeNetworkOverride level)
SpeedifySDK_NetworkSharingPeerStatus
Status of a NetworkSharing Peer Connection.
Definition types.h:1925
@ NPS_AUTHENTICATED
connected and authenticated
Definition types.h:1934
@ NPS_UNAUTHENTICATED
connected, but not authenticated
Definition types.h:1931
@ NPS_DISCONNECTED
The connection is disconnected.
Definition types.h:1928
ENABLE_NETWORK_SHARING const char * SpeedifySDK_DSCPPriority_toString(SpeedifySDK_DSCPPriority priority)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformationDetailed_GetCityName(SpeedifySDK_ServerInformationDetailed server)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkSharingAutoPairBehavior_toString(SpeedifySDK_NetworkSharingAutoPairBehavior behavior)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkType_toString(SpeedifySDK_NetworkType type)
SpeedifySDK_SafeBrowsingSafeNetworkOverride
Override safe network decisions.
Definition types.h:1764
@ SN_OVERRIDE_NONE
Definition types.h:1765
@ SN_OVERRIDE_UNSAFE
Definition types.h:1766
@ SN_OVERRIDE_SAFE
Definition types.h:1767
SpeedifySDK_TrafficRuleChangeMethod
Traffic rules change method.
Definition types.h:2119
@ TRAFFIC_RULE_REMOVE
Remove an existing traffic rule.
Definition types.h:2128
@ TRAFFIC_RULE_UPDATE
Update an existing traffic rule, or add a new one if it doesn't exist.
Definition types.h:2122
@ TRAFFIC_RULE_REPLACE
Replace an existing traffic rule, or add a new one if it doesn't exist.
Definition types.h:2125
ENABLE_NETWORK_SHARING const char * SpeedifySDK_LogLevel_toString(SpeedifySDK_LogLevel level)
SpeedifySDK_EXTERN typedef SpeedifySDK_ProtocolPortPair SpeedifySDK_ForwardedPort
A forwarded port.
Definition types.h:612
SpeedifySDK_AccountAction
Actions that should be taken on an account.
Definition types.h:251
@ AA_ACTIVATE
No saved credentials/not previously activated. Activate the account.
Definition types.h:263
@ AA_NONE
No action needed.
Definition types.h:254
@ AA_ACTIVATE_OR_PURCHASE_LICENSE
Current account does not have a license usable on this device. Activate or purchase a license.
Definition types.h:266
@ AA_RETRY_LOGIN
A (possibly temporary) error occurred. Retry login.
Definition types.h:257
@ AA_CONNECT_INTERNET_AND_RETRY_LOGIN
Connect to the internet and retry login.
Definition types.h:260
SpeedifySDK_BondingMode
Mode of the VPN tunnel.
Definition types.h:535
@ BMODE_SPEED
Combine for speed.
Definition types.h:538
@ BMODE_STREAMING
Optimize for streaming.
Definition types.h:544
@ BMODE_REDUNDANT
Combine for reliability.
Definition types.h:541
SpeedifySDK_EXTERN typedef SpeedifySDK_ProtocolPortPair SpeedifySDK_LocalProxyPort
A proxied port.
Definition types.h:1285
ENABLE_NETWORK_SHARING const char * SpeedifySDK_Version_toString(SpeedifySDK_Version state)
SpeedifySDK_PortProtocol
Protocol for ports.
Definition types.h:581
@ PPROTO_ICMP
ICMP.
Definition types.h:590
@ PPROTO_TCP
TCP.
Definition types.h:584
@ PPROTO_UDP
UDP.
Definition types.h:587
ENABLE_NETWORK_SHARING const char * SpeedifySDK_DeviceRole_toString(SpeedifySDK_DeviceRole role)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_AccountPaymentType_toString(SpeedifySDK_AccountPaymentType paymentType)
SpeedifySDK_EXTERN typedef uint8_t SpeedifySDK_DscpValue
DSCP value.
Definition types.h:2064
ENABLE_NETWORK_SHARING const char * SpeedifySDK_DSCPReplication_toString(SpeedifySDK_DSCPReplication replication)
ENABLE_NETWORK_SHARING void SpeedifySDK_InitializeCreateSettings(SpeedifySDK_CreateSettings *settings)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_FirewallMode_toString(SpeedifySDK_FirewallMode matchMode)
SpeedifySDK_ConnectionDirectionalMode
Directional mode of a connection.
Definition types.h:426
@ CDM_STRICT_OFF
Always off.
Definition types.h:432
@ CDM_BACKUP_OFF
Off when not needed.
Definition types.h:435
@ CDM_ON
Always on.
Definition types.h:429
SpeedifySDK_EXTERN typedef SpeedifySDK_ServerInformation SpeedifySDK_ServerInformationDetailed
Information about a.
Definition types.h:205
SpeedifySDK_EXTERN typedef char SpeedifySDK_IPAddressString[SPEEDIFYSDK_MAX_IP_STRING_LENGTH]
String representation of an IP address.
Definition types.h:26
SpeedifySDK_DSCPReplication
DSCP replication behavior.
Definition types.h:2047
@ DSCP_REPLICATION_ON
DSCP replication is on.
Definition types.h:2053
@ DSCP_REPLICATION_AUTO
Speedify stream mode behavior.
Definition types.h:2050
@ DSCP_REPLICATION_OFF
DSCP replication is off.
Definition types.h:2056
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformationDetailed_toString(SpeedifySDK_ServerInformationDetailed server)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_BondingMode_toString(SpeedifySDK_BondingMode priority)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformation_GetCountryName(SpeedifySDK_ServerInformation server)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_TransportMode_toString(SpeedifySDK_TransportMode priority)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ServerInformation_toString(SpeedifySDK_ServerInformation server)
SpeedifySDK_NetworkSharingAutoPairBehavior
Auto pair behavior types.
Definition types.h:1874
@ APB_MANUAL
no automatic pairing
Definition types.h:1877
@ APB_AUTO_USER_TEAM
Automatically pair with devices from the same user and/or team.
Definition types.h:1883
@ APB_AUTO_USER
Automatically pair with devices from the same user.
Definition types.h:1880
SpeedifySDK_EXTERN typedef char SpeedifySDK_DateTimeString[SPEEDIFYSDK_MAX_DATE_TIME_LENGTH]
String representation of a date and time.
Definition types.h:43
ENABLE_NETWORK_SHARING const char * SpeedifySDK_AccountAction_toString(SpeedifySDK_AccountAction action)
SpeedifySDK_FirewallMode
How firewall treats matches.
Definition types.h:1396
@ FWM_DENYLIST
Matches are dropped, all others are allowed through the VPN.
Definition types.h:1405
@ FWM_ALLOWLIST
Matches are allowed through the VPN, all others are dropped.
Definition types.h:1402
@ FWM_OFF
Firewall is disabled.
Definition types.h:1399
ENABLE_NETWORK_SHARING const char * SpeedifySDK_SpeedTestType_toString(SpeedifySDK_SpeedTestType type)
SpeedifySDK_State
State of the VPN.
Definition types.h:86
@ STATE_CONNECTING
Transitional state as we connect to speed server.
Definition types.h:101
@ STATE_DISCONNECTING
Transitional state as we disconnect from speed server.
Definition types.h:104
@ STATE_AUTO_CONNECTING
Transitional state as system automatically connects us to speed server.
Definition types.h:98
@ STATE_LOGGED_IN
Fully authenticated, but not using a speed server. Ready to connect()
Definition types.h:95
@ STATE_CONNECTED
Really connected to a speed server.
Definition types.h:107
@ STATE_UNKNOWN
Unable to connect to the local Speedify daemon.
Definition types.h:113
@ STATE_LOGGED_OUT
Completely disconnected and unathenticated. Need to login() to do anything.
Definition types.h:89
@ STATE_LOGGING_IN
Transitional state as we log in.
Definition types.h:92
@ STATE_OVERLIMIT
All available adapters are overlimit, VPN still in connected state.
Definition types.h:110
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ConnectionDirectionalMode_toString(SpeedifySDK_ConnectionDirectionalMode mode)
SpeedifySDK_DeviceRole
Device Role.
Definition types.h:2133
@ DR_CLIENT
Client Device.
Definition types.h:2136
@ DR_PROGEAR
Professional Video Gear Device.
Definition types.h:2142
@ DR_ROUTER
Router Device.
Definition types.h:2139
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkSharingPairRequestBehavior_toString(SpeedifySDK_NetworkSharingPairRequestBehavior behavior)
SpeedifySDK_ConnectionPriority
How a connection should be combined.
Definition types.h:373
@ CP_ALWAYS
Always use this connection.
Definition types.h:378
@ CP_BACKUP
Use this connection if others are unavailable.
Definition types.h:386
@ CP_AUTOMATIC
Let Speedify manage the priority.
Definition types.h:392
@ CP_NEVER
Never use this connection.
Definition types.h:389
@ CP_SECONDARY
Use this connection if others are full.
Definition types.h:383
SpeedifySDK_AutoConnectMethod
Methods for automatic server selection.
Definition types.h:121
@ ACM_CLOSEST
Closest public or private server to user.
Definition types.h:124
@ ACM_BYSETTING
Connect by automatic connection method.
Definition types.h:139
@ ACM_CLOSESTPRIVATE
Closest private server to user.
Definition types.h:127
@ ACM_P2P
Server that supports P2P/BitTorrent.
Definition types.h:136
@ ACM_PROXY
Local-proxy only connection.
Definition types.h:148
@ ACM_IGNORELAST
Connect using the current selection setting, but choose a different server instance than the one last...
Definition types.h:151
@ ACM_COUNTRYCITYSERVER
By specific country/city/server.
Definition types.h:142
@ ACM_CLOSESTPUBLIC
Closest public server to user.
Definition types.h:130
@ ACM_LAST
Last server connected to.
Definition types.h:133
@ ACM_EXACT
By exact specific country/city/server.
Definition types.h:145
SpeedifySDK_ConnectionState
State of Speedify on a given connection (network adapter).
Definition types.h:321
@ CSTATE_DISCONNECTED
Disconnected.
Definition types.h:324
@ CSTATE_CONNECTING
Connecting.
Definition types.h:327
@ CSTATE_CONNECTED
Connected.
Definition types.h:330
ENABLE_NETWORK_SHARING const char * SpeedifySDK_SafeBrowsing_LogLevel_toString(SpeedifySDK_SafeBrowsingLogLevel level)
SpeedifySDK_ProxyMatchMode
How local proxy treats matches.
Definition types.h:1271
@ PMM_DENYLIST
Domains and IP Addresses matched are sent over the VPN, all others are sent over the proxy.
Definition types.h:1277
@ PMM_ALLOWLIST
Domains and IP Addresses matched are sent over the proxy, all others are sent over the VPN.
Definition types.h:1274
ENABLE_NETWORK_SHARING const char * SpeedifySDK_NetworkSharingPeerStatus_toString(SpeedifySDK_NetworkSharingPeerStatus status)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_AutoConnectMethod_toString(SpeedifySDK_AutoConnectMethod method)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ConnectionState_toString(SpeedifySDK_ConnectionState state)
SpeedifySDK_EXTERN typedef SpeedifySDK_ProtocolPortPair SpeedifySDK_FirewallPort
A firewall port.
Definition types.h:1413
SpeedifySDK_SafeBrowsingLogLevel
Log levels in the SDK.
Definition types.h:1751
@ CUJO_LOG_DEBUG
Definition types.h:1752
@ CUJO_LOG_TRACE
Definition types.h:1756
@ CUJO_LOG_INFO
Definition types.h:1753
@ CUJO_LOG_WARNING
Definition types.h:1758
@ CUJO_LOG_ERROR
Definition types.h:1754
SpeedifySDK_SafeBrowsingError
Safe browsing errors.
Definition types.h:1710
@ CUJO_ERR_BAD_FUNCTION_ARGUMENT
Definition types.h:1724
@ CUJO_ERR_PARSE_ERROR
Definition types.h:1725
@ CUJO_ERR_NOT_CONFIGURED
Definition types.h:1714
@ CUJO_ERR_CURL_INIT_FAILURE
Definition types.h:1727
@ CUJO_ERR_CURL_EASY_INIT_FAILURE
Definition types.h:1729
@ CUJO_ERR_NO_ENDPOINT_URL
Definition types.h:1713
@ CUJO_ERR_CURL_HEADER_APPEND_FAILURE
Definition types.h:1731
@ CUJO_ERR_CURL
Definition types.h:1722
@ CUJO_ERR_TIMED_OUT
Fail open error.
Definition types.h:1717
@ CUJO_ERR_INTERRUPTED_EVENT_LOOP
Definition types.h:1745
@ CUJO_OK
Definition types.h:1711
@ CUJO_ERR_JSON_SET_FAILURE
Definition types.h:1733
@ CUJO_ERR_NO_MEMORY
Definition types.h:1723
@ CUJO_ERR_HTTP_STATUS
Definition types.h:1720
@ CUJO_ERR_ALREADY_IN_PROGRESS
Definition types.h:1737
@ CUJO_ERR_INVALID_NSP_TOKEN
Definition types.h:1739
@ CUJO_ERR_RETRIABLE_SERVER_ERROR
Definition types.h:1718
@ CUJO_ERR_ON_PROTECTED_NETWORK
Definition types.h:1741
@ CUJO_ERR_ASYNC_INIT_FAILURE
Definition types.h:1743
@ CUJO_ERR_UV_LOOP_INIT_FAILURE
Definition types.h:1735
ENABLE_NETWORK_SHARING const char * SpeedifySDK_DisconnectReason_toString(SpeedifySDK_DisconnectReason reason)
SpeedifySDK_SpeedTestType
Internal speed test types.
Definition types.h:1774
@ TEST_STREAMING
Definition types.h:1776
@ TEST_SPEED
Definition types.h:1775
SpeedifySDK_EXTERN typedef char SpeedifySDK_AppNameString[SPEEDIFYSDK_MAX_APP_NAME_LENGTH]
String representation of a SDK App name.
Definition types.h:39
ENABLE_NETWORK_SHARING const char * SpeedifySDK_ProxyMatchMode_toString(SpeedifySDK_ProxyMatchMode matchMode)
SpeedifySDK_LogLevel
Log levels in the SDK.
Definition types.h:1647
@ LL_INFO
Info.
Definition types.h:1653
@ LL_ERROR
Error.
Definition types.h:1659
@ LL_WARN
Warning.
Definition types.h:1656
@ LL_VERBOSE
Verbose.
Definition types.h:1650
SpeedifySDK_EXTERN typedef char SpeedifySDK_NetworkSharingPeerUuid[SPEEDIFYSDK_NETWORKSHARING_PEER_UUID_LENGTH]
Peer UUID for network sharing peer data.
Definition types.h:1838
ENABLE_NETWORK_SHARING const char * SpeedifySDK_StreamHealth_toString(SpeedifySDK_StreamHealth health)
ENABLE_NETWORK_SHARING const char * SpeedifySDK_PortProtocol_toString(SpeedifySDK_PortProtocol portProto)
SpeedifySDK_DSCPPriority
DSCP priority behavior.
Definition types.h:2068
@ DSCP_PRIORITY_OFF
DSCP priority is off.
Definition types.h:2077
@ DSCP_PRIORITY_ON
DSCP priority is on.
Definition types.h:2074
@ DSCP_PRIORITY_AUTO
Speedify stream detection.
Definition types.h:2071
SpeedifySDK_NetworkSharingPairRequestBehavior
pair request behavior types
Definition types.h:1856
@ PRB_ACCEPT
automatically accept
Definition types.h:1862
@ PRB_ASK
always ask
Definition types.h:1859
@ PRB_REJECT
automatically reject
Definition types.h:1865
SpeedifySDK_NetworkSharingTunnelStatus
Status of a NetworkSharing tunnel.
Definition types.h:1943
@ NTS_ACTIVE
active tunnels
Definition types.h:1949
@ NTS_DISABLED_ON_CLIENT
disallowed on client
Definition types.h:1952
@ NTS_TUNNEL_ERROR
general error
Definition types.h:1961
@ NTS_DISABLED_ON_HOST
disallowed on host
Definition types.h:1955
@ NTS_VPN_NOT_CONNECTED
Host's VPN not connected.
Definition types.h:1970
@ NTS_PAUSED
Active but paused.
Definition types.h:1973
@ NTS_INACTIVE
No active tunnels.
Definition types.h:1946
@ NTS_NOT_AUTHENTICATED
not authenticated
Definition types.h:1964
@ NTS_NETWORKS_OVERLIMIT
All networks are over data limit.
Definition types.h:1967
@ NTS_NO_NETWORKS
no networks available
Definition types.h:1958
SpeedifySDK_AccountPaymentType
Information on an account's payment type.
Definition types.h:234
@ APT_FREE
Free/unpaid.
Definition types.h:237
@ APT_MONTHLY
Paid, monthly contract.
Definition types.h:240
@ APT_YEARLY
Paid, yearly contract.
Definition types.h:243