public static class

Barcode.WiFi

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.vision.barcode.Barcode.WiFi

Class Overview

A wifi network parameters from a 'WIFI:' or similar QRCode type.

Summary

Constants
int OPEN WiFi encryption type.
int WEP
int WPA
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public int encryptionType
public String password
public String ssid
Public Constructors
Barcode.WiFi()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int OPEN

WiFi encryption type.

Constant Value: 1 (0x00000001)

public static final int WEP

Constant Value: 3 (0x00000003)

public static final int WPA

Constant Value: 2 (0x00000002)

Fields

public int encryptionType

public String password

public String ssid

Public Constructors

public Barcode.WiFi ()