Mode public enum Mode : Int Enum describing the tunnel modes. Disable The tunnel is disabled. Declaration Swift case Disable = 0 Enable The tunnel is enabled. Declaration Swift case Enable = 1 Auto The tunnel is enabled automatically if it is required. Declaration Swift case Auto = 2 © 2024 . All rights reserved. (Last updated: 2024-06-17) Generated by jazzy ♪♫ v0.14.3, a Realm project.