android.net.wifi
Class WifiInfo
java.lang.Object
android.net.wifi.WifiInfo
- All Implemented Interfaces:
- Parcelable
public class WifiInfo
- extends Object
- implements Parcelable
LINK_SPEED_UNITS
public static final String LINK_SPEED_UNITS
- See Also:
- Constant Field Values
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.