public static interface AntPlusWeightScalePcc.IBasicMeasurementFinishedReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onBasicMeasurementFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
java.math.BigDecimal bodyWeight)
Receives the data from a BasicMeasurementFinished event.
|
void onBasicMeasurementFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
java.math.BigDecimal bodyWeight)
estTimestamp - The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags - Informational flags about the event.status - The AntPlusWeightScalePcc.WeightScaleRequestStatus defining the result of the measurement task.bodyWeight - Body weight value, -1 = 'Invalid', null if request was unsuccessful. Units: Kg.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.