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