public static interface AntPlusWeightScalePcc.IAdvancedMeasurementFinishedReceiver
Modifier and Type | Method and Description |
---|---|
void |
onAdvancedMeasurementFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.WeightScaleRequestStatus status,
AntPlusWeightScalePcc.AdvancedMeasurement measurement)
Receives the data from a AdvancedMeasurementFinished event.
|
void onAdvancedMeasurementFinished(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusWeightScalePcc.WeightScaleRequestStatus status, AntPlusWeightScalePcc.AdvancedMeasurement measurement)
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.measurement
- The AntPlusWeightScalePcc.AdvancedMeasurement
including the measurement data from the scale, null if request was unsuccessful.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.