Class IARadioScan.Wifi
- java.lang.Object
-
- com.indooratlas.android.sdk.resources.IARadioScan.Wifi
-
- All Implemented Interfaces:
Parcelable
- Enclosing class:
- IARadioScan
public static class IARadioScan.Wifi extends Object implements Parcelable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description String
bssid
static Parcelable.Creator<IARadioScan.Wifi>
CREATOR
int
rssi
The detected signal level in dBm-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
boolean
equals(Object o)
int
hashCode()
void
writeToParcel(Parcel dest, int flags)
-
-
-
Field Detail
-
rssi
public final int rssi
The detected signal level in dBm
-
CREATOR
public static final Parcelable.Creator<IARadioScan.Wifi> CREATOR
-
-
Method Detail
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceParcelable
-
writeToParcel
public void writeToParcel(@NonNull Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceParcelable
-
-