Barcode.WiFi.EncryptionType

  • Barcode.WiFi.EncryptionType is an abstract interface implementing Annotation used for WiFi encryption type constants.

  • The supported encryption types are TYPE_OPEN, TYPE_WPA, and TYPE_WEP.

public static abstract @interface Barcode.WiFi.EncryptionType implements Annotation

Wifi encryption type constants.

Supported encryption types include:

  1. Barcode.WiFi.TYPE_OPEN
  2. Barcode.WiFi.TYPE_WPA
  3. Barcode.WiFi.TYPE_WEP

Inherited Method Summary