android.net.wifi
Class WifiInfo

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

public class WifiInfo
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 String LINK_SPEED_UNITS
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 String getBSSID()
           
static NetworkInfo.DetailedState getDetailedStateOf(SupplicantState suppState)
           
 boolean getHiddenSSID()
           
 int getIpAddress()
           
 int getLinkSpeed()
           
 String getMacAddress()
           
 int getNetworkId()
           
 int getRssi()
           
 String getSSID()
           
 SupplicantState getSupplicantState()
           
 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

LINK_SPEED_UNITS

public static final String LINK_SPEED_UNITS
See Also:
Constant Field Values
Method Detail

getSSID

public String getSSID()

getBSSID

public String getBSSID()

getRssi

public int getRssi()

getLinkSpeed

public int getLinkSpeed()

getMacAddress

public String getMacAddress()

getNetworkId

public int getNetworkId()

getSupplicantState

public SupplicantState getSupplicantState()

getIpAddress

public int getIpAddress()

getHiddenSSID

public boolean getHiddenSSID()

getDetailedStateOf

public static NetworkInfo.DetailedState getDetailedStateOf(SupplicantState suppState)

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.