android.net.wifi
Class WifiInfo
java.lang.Object
android.net.wifi.WifiInfo
- All Implemented Interfaces:
- Parcelable
public class WifiInfo
- extends java.lang.Object
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LINK_SPEED_UNITS
public static final java.lang.String LINK_SPEED_UNITS
- See Also:
- Constant Field Values
getSSID
public java.lang.String getSSID()
getBSSID
public java.lang.String getBSSID()
getRssi
public int getRssi()
getLinkSpeed
public int getLinkSpeed()
getMacAddress
public java.lang.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 java.lang.String toString()
- Overrides:
toString in class java.lang.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-2010. All Rights Reserved.