public class EstimoteLocation
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
int |
channel |
static android.os.Parcelable.Creator<EstimoteLocation> |
CREATOR |
DeviceId |
id |
int |
rssi |
int |
txPower |
| Constructor and Description |
|---|
EstimoteLocation(DeviceId id,
int rssi,
int txPower,
int channel) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final DeviceId id
public final int rssi
public final int txPower
public final int channel
public static final android.os.Parcelable.Creator<EstimoteLocation> CREATOR
public EstimoteLocation(DeviceId id, int rssi, int txPower, int channel)
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object