File
Doc
Category
Size
Date
Package
WpsInfo.java
API Doc
Android 5.1 API
855
Sat Mar 14 14:09:42 GMT 2015
android.net.wifi
WpsInfo
java.lang.Object
public class WpsInfo extends Object implements android.os.Parcelable
Fields Summary
public String
BSSID
public static final android.os.Parcelable.Creator
CREATOR
public static final int
DISPLAY
public static final int
INVALID
public static final int
KEYPAD
public static final int
LABEL
public static final int
PBC
public String
pin
public int
setup
Constructors Summary
public WpsInfo
()
throw new RuntimeException("Stub!");
public WpsInfo
(
WpsInfo
source)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source