public class DeviceReading extends SensorReading
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<DeviceReading> |
CREATOR |
errorCode, isCollect, isShare, timestamp, type, uuid, volatility| Constructor and Description |
|---|
DeviceReading(long timestamp,
float[] values) |
DeviceReading(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<DeviceReading> CREATOR
public DeviceReading(long timestamp,
float[] values)
public DeviceReading(android.os.Parcel in)
in - public void readFromParcel(android.os.Parcel in)
readFromParcel in class SensorReadingpublic int describeContents()
public void writeToParcel(android.os.Parcel out,
int flags)