public static class AntPlusFitnessEquipmentPcc.CalibrationResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static |
CREATOR
CREATOR is used by Android parceling system.
|
static java.lang.String |
KEY_DEFAULT_CALIBRATIONRESPONSEKEY
Default IPC key
|
boolean |
spinDownCalibrationSuccess
Spin down calibration completed successfully if true.
|
java.lang.Integer |
spinDownTime
Some trainers use spin-down time to calibrate the resistance applied by the trainer.
|
java.math.BigDecimal |
temperature
The fitness equipment may set this field to indicate its temperature or null.
|
java.lang.Integer |
zeroOffset
The fitness equipment should set this field to indicate its zero offset if a zero offset calibration was requested, otherwise it shall be set to null.
|
boolean |
zeroOffsetCalibrationSuccess
Zero offset calibration completed successfully if true.
|
Constructor and Description |
---|
AntPlusFitnessEquipmentPcc.CalibrationResponse()
Creates a calibration response object.
|
AntPlusFitnessEquipmentPcc.CalibrationResponse(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_CALIBRATIONRESPONSEKEY
public java.math.BigDecimal temperature
Units: C
Valid range: -25C - +100C
Resolution: 0.5C
public java.lang.Integer zeroOffset
Units: none
Valid range: 0 - 65534
Resolution: 1
public java.lang.Integer spinDownTime
Units: ms
Valid range: 0ms - 65534ms
Resolution: 1ms
public boolean zeroOffsetCalibrationSuccess
public boolean spinDownCalibrationSuccess
public static finalCREATOR
public AntPlusFitnessEquipmentPcc.CalibrationResponse()
public AntPlusFitnessEquipmentPcc.CalibrationResponse(Parcel in)
in
- Parcel with object dataCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.