com.google.zxing.client.android
Class Intents.WifiConnect

java.lang.Object
  extended by com.google.zxing.client.android.Intents.WifiConnect
Enclosing class:
Intents

public static final class Intents.WifiConnect
extends java.lang.Object


Field Summary
static java.lang.String ACTION
          Internal intent used to trigger connection to a wi-fi network.
static java.lang.String PASSWORD
          The network to connect to, all the configuration provided here.
static java.lang.String SSID
          The network to connect to, all the configuration provided here.
static java.lang.String TYPE
          The network to connect to, all the configuration provided here.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final java.lang.String ACTION
Internal intent used to trigger connection to a wi-fi network.

See Also:
Constant Field Values

SSID

public static final java.lang.String SSID
The network to connect to, all the configuration provided here.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
The network to connect to, all the configuration provided here.

See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
The network to connect to, all the configuration provided here.

See Also:
Constant Field Values