public class InfoReading extends SensorReading
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<InfoReading> |
CREATOR |
parametersNames, sensorID, sensorName, timestampEpoch, values| Constructor and Description |
|---|
InfoReading() |
InfoReading(android.os.Parcel in) |
InfoReading(java.lang.String[] values) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getInfoCode() |
java.lang.String |
getInfoString() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel out,
int flags) |
getParametersNames, getSensorID, getSensorName, getTimestampEpoch, getValues, setParametersNames, setSensorID, setTimestampEpoch, setValue, setValues, toStringpublic static final android.os.Parcelable.Creator<InfoReading> CREATOR
public InfoReading()
public InfoReading(java.lang.String[] values)
public InfoReading(android.os.Parcel in)
in - public int getInfoCode()
public java.lang.String getInfoString()
public void readFromParcel(android.os.Parcel in)
readFromParcel in class SensorReadingpublic int describeContents()
describeContents in interface android.os.ParcelabledescribeContents in class SensorReadingpublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class SensorReading