Package | Description |
---|---|
com.dsi.ant.plugins.antplus.pcc |
Modifier and Type | Method and Description |
---|---|
static AntPlusWeightScalePcc.WeightScaleRequestStatus |
AntPlusWeightScalePcc.WeightScaleRequestStatus.getValueFromInt(int intValue)
Convert int to equivalent enum value
|
static AntPlusWeightScalePcc.WeightScaleRequestStatus |
AntPlusWeightScalePcc.WeightScaleRequestStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntPlusWeightScalePcc.WeightScaleRequestStatus[] |
AntPlusWeightScalePcc.WeightScaleRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AntPlusWeightScalePcc.IAdvancedMeasurementFinishedReceiver.onAdvancedMeasurementFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
AntPlusWeightScalePcc.AdvancedMeasurement measurement)
Receives the data from a AdvancedMeasurementFinished event.
|
void |
AntPlusWeightScalePcc.IBasicMeasurementFinishedReceiver.onBasicMeasurementFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
java.math.BigDecimal bodyWeight)
Receives the data from a BasicMeasurementFinished event.
|
void |
AntPlusWeightScalePcc.ICapabilitiesRequestFinishedReceiver.onCapabilitiesRequestFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
int userProfileID,
boolean historySupport,
boolean userProfileExchangeSupport,
boolean userProfileSelected)
Receives the data from a CapabilitiesRequestFinished event.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.