android.net.wifi
Class WpsInfo

java.lang.Object
  extended by android.net.wifi.WpsInfo
All Implemented Interfaces:
Parcelable

public class WpsInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<WpsInfo> CREATOR
           
static int DISPLAY
           
static int INVALID
           
static int KEYPAD
           
static int LABEL
           
static int PBC
           
 String pin
           
 int setup
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
WpsInfo()
           
WpsInfo(WpsInfo source)
           
 
Method Summary
 int describeContents()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PBC

public static final int PBC
See Also:
Constant Field Values

DISPLAY

public static final int DISPLAY
See Also:
Constant Field Values

KEYPAD

public static final int KEYPAD
See Also:
Constant Field Values

LABEL

public static final int LABEL
See Also:
Constant Field Values

INVALID

public static final int INVALID
See Also:
Constant Field Values

setup

public int setup

pin

public String pin

CREATOR

public static final Parcelable.Creator<WpsInfo> CREATOR
Constructor Detail

WpsInfo

public WpsInfo()

WpsInfo

public WpsInfo(WpsInfo source)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.