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 © 2021 . All rights reserved. (Last updated: 2021-03-24) Generated by jazzy ♪♫ v0.13.6, a Realm project.