public class EstimoteTelemetry
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
Vector |
accelerometer |
java.lang.Double |
ambientLight |
java.lang.Boolean |
applicationError |
java.lang.Integer |
batteryPercentage |
int |
batteryVoltage |
static android.os.Parcelable.Creator<EstimoteTelemetry> |
CREATOR |
DeviceId |
deviceId |
boolean[] |
GPIO |
Vector |
magnetometer |
Duration |
motionDuration |
java.lang.Boolean |
motionState |
java.lang.Double |
pressure |
Duration |
previousMotionDuration |
int |
protocolVersion |
int |
rssi |
java.lang.Boolean |
rtcError |
java.lang.Double |
temperature |
java.util.Date |
timestamp |
Duration |
uptime |
Constructor and Description |
---|
EstimoteTelemetry() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public java.util.Date timestamp
public int rssi
public int protocolVersion
public DeviceId deviceId
public java.lang.Double temperature
public java.lang.Double ambientLight
public Vector accelerometer
public Vector magnetometer
public java.lang.Integer batteryPercentage
public int batteryVoltage
public Duration motionDuration
public Duration previousMotionDuration
public Duration uptime
public boolean[] GPIO
public java.lang.Boolean motionState
public java.lang.Boolean applicationError
public java.lang.Boolean rtcError
public java.lang.Double pressure
public static final android.os.Parcelable.Creator<EstimoteTelemetry> CREATOR
public java.lang.String toString()
toString
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable