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