FirebaseMLVision Framework Reference

VisionBarcodeWiFiEncryptionType

enum VisionBarcodeWiFiEncryptionType : Int

@enum VisionBarcodeWiFiEncryptionType Wi-Fi encryption type for VisionBarcodeWiFi.

  • Barcode unknown Wi-Fi encryption type.

    Declaration

    Swift

    case unknown = 0
  • Barcode open Wi-Fi encryption type.

    Declaration

    Swift

    case open = 1
  • WPA

    Barcode WPA Wi-Fi encryption type.

    Declaration

    Swift

    case WPA = 2
  • WEP

    Barcode WEP Wi-Fi encryption type.

    Declaration

    Swift

    case WEP = 3