public static class AntPlusGeocachePcc.GeocacheDeviceData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BatteryStatus |
batteryStatus
The current reported
BatteryStatus . |
java.math.BigDecimal |
batteryVoltage
Current battery voltage.
|
static |
CREATOR
Parcel CREATOR object
|
long |
cumulativeOperatingTime
The cumulative operating time since the battery was inserted.
|
int |
cumulativeOperatingTimeResolution
The resolution accuracy of the cumulativeOperatingTime.
|
int |
deviceId
The device ID of this device.
|
int |
hardwareRevision
Manufacturer defined.
|
static java.lang.String |
KEY_DEFAULT_GEOCACHEDEVICEDATAKEY
Default IPC key
|
int |
manufacturerID
ANT+ Alliance managed manufacturer identifier.
|
int |
modelNumber
Manufacturer defined.
|
AntPlusGeocachePcc.ProgrammableGeocacheDeviceData |
programmableData
The data that is programmable on the device.
|
long |
serialNumber
Serial number of the device.
|
int |
softwareRevision
Manufacturer defined.
|
Constructor and Description |
---|
AntPlusGeocachePcc.GeocacheDeviceData()
Constructor
|
AntPlusGeocachePcc.GeocacheDeviceData(Parcel in)
Parcel constructor
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final java.lang.String KEY_DEFAULT_GEOCACHEDEVICEDATAKEY
public int deviceId
public int hardwareRevision
public int manufacturerID
public int modelNumber
public int softwareRevision
public long serialNumber
public long cumulativeOperatingTime
public java.math.BigDecimal batteryVoltage
public BatteryStatus batteryStatus
BatteryStatus
.public int cumulativeOperatingTimeResolution
public AntPlusGeocachePcc.ProgrammableGeocacheDeviceData programmableData
public static finalCREATOR
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.