Enumerations
The following enumerations are available globally.
-
Options to connect allowing Speedify to pick a server based on your
See moreAutoConnectMethod
.Declaration
Swift
public enum AutoConnectMethod : String
-
Connection string enums to reference adapters.
See moreDeclaration
Swift
public enum Connection : String
-
Bonding Modes control how connections are combined.
See moreDeclaration
Swift
public enum BondingMode : String, Codable
-
Declaration
Swift
public enum StreamHealth : Int, Codable
-
Connection Priorities define when a connection should be combined or used.
See moreDeclaration
Swift
public enum ConnectionPriority : Int
-
State’s of the VPN.
See moreDeclaration
Swift
@objc public enum State : Int, Comparable, Equatable
-
State of Speedify on a given connection (network adapter). Because different connections come and go, it’s possible for Speedify to be in the connected state as long as even one is CONNECTED, while other connections may be CONNECTING or DISCONNECTED.
See moreDeclaration
Swift
public enum ConnectionState : Int
-
Type of possible connections.
See moreDeclaration
Swift
public enum NetworkType : String
-
Transport mode enum
See moreDeclaration
Swift
public enum TransportMode : String
-
Type classification for a login or connect error
See moreDeclaration
Swift
public enum SpeedifyErrorType : Int
-
Declaration
Swift
public enum AccountAction : String, Codable
-
Protocol for forwarded ports @since 8.2
See moreDeclaration
Swift
public enum PortProtocol : String
-
Auto pair behavior types @since 14.8
See moreDeclaration
Swift
public enum AutoPairBehavior : String
-
How firewall treats matches @since 9.2
See moreDeclaration
Swift
public enum FirewallMode : String
-
How local proxy treats matches @since 9.2
See moreDeclaration
Swift
public enum ProxyMatchMode : String
-
Current Periods enum
See moreDeclaration
Swift
public enum PERIODS : Double
-
Internal speed test type @since 11.5
See moreDeclaration
Swift
public enum SpeedTestType : Int
-
Current disconnect reason
See moreDeclaration
Swift
public enum DisconnectReason : String
-
Declaration
Swift
public enum LogLevel : String
-
Settings Lock Reason @since 11.2
See moreDeclaration
Swift
public enum SettingsLockReason : String
-
Declaration
Swift
public enum iAPCode : Int, CustomStringConvertible