public class EddystoneTelemetry
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
int |
batteryVoltage
Battery voltage in mV (millivolt).
|
static android.os.Parcelable.Creator<EddystoneTelemetry> |
CREATOR |
long |
packetCounter
Count of packets sent since beacon transmitPower-up or reboot.
|
double |
temperature
Beacon temperature in Celsius degrees.
|
long |
uptimeMillis
Uptime of beacon in milliseconds since beacon transmitPower-up or reboot.
|
| Constructor and Description |
|---|
EddystoneTelemetry(int batteryVoltage,
double temperature,
long packetCounter,
long uptimeMillis) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final int batteryVoltage
public final double temperature
public final long packetCounter
public final long uptimeMillis
public static final android.os.Parcelable.Creator<EddystoneTelemetry> CREATOR
public EddystoneTelemetry(int batteryVoltage,
double temperature,
long packetCounter,
long uptimeMillis)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object