Mode

public enum Mode : Int

Enum describing the tunnel modes.

  • The tunnel is disabled.

    Declaration

    Swift

    case Disable = 0
  • The tunnel is enabled.

    Declaration

    Swift

    case Enable = 1
  • The tunnel is enabled automatically if it is required.

    Declaration

    Swift

    case Auto = 2