UpnpState

public enum UpnpState : Int

Enum describing uPnP states.

  • uPnP is not activate

    Declaration

    Swift

    case Idle = 0
  • uPnP process is in progress

    Declaration

    Swift

    case Pending = 1
  • Internal use: Only used by port binding.

    Declaration

    Swift

    case Adding = 2
  • Internal use: Only used by port binding.

    Declaration

    Swift

    case Removing = 3
  • uPnP is not available

    Declaration

    Swift

    case NotAvailable = 4
  • Ok

    uPnP is enabled

    Declaration

    Swift

    case Ok = 5
  • Ko

    uPnP processing has failed

    Declaration

    Swift

    case Ko = 6
  • IGD router is blacklisted.

    Declaration

    Swift

    case Blacklisted = 7