public class WifiInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static String |
LINK_SPEED_UNITS |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String LINK_SPEED_UNITS
public String getSSID()
public String getBSSID()
public int getRssi()
public int getLinkSpeed()
public String getMacAddress()
public int getNetworkId()
public SupplicantState getSupplicantState()
public int getIpAddress()
public boolean getHiddenSSID()
public static NetworkInfo.DetailedState getDetailedStateOf(SupplicantState suppState)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.