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 Stringbssidstatic Parcelable.Creator<IARadioScan.Wifi>CREATORintrssiThe 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 intdescribeContents()booleanequals(Object o)inthashCode()voidwriteToParcel(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:
describeContentsin interfaceParcelable
-
writeToParcel
public void writeToParcel(@NonNull Parcel dest, int flags)
- Specified by:
writeToParcelin interfaceParcelable
-
-