public static interface AntPlusWeightScalePcc.IBodyWeightBroadcastReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewBodyWeightBroadcast(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusWeightScalePcc.BodyWeightStatus bodyWeightStatus,
java.math.BigDecimal bodyWeight)
Receives the data from a BodyWeightBroadcast event.
|
void onNewBodyWeightBroadcast(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusWeightScalePcc.BodyWeightStatus bodyWeightStatus, 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.bodyWeightStatus
- The AntPlusWeightScalePcc.BodyWeightStatus
of the current broadcast. The bodyWeight parameter will only be non-null if this parameter is AntPlusWeightScalePcc.BodyWeightStatus.VALID
.bodyWeight
- Body weight value of current broadcast. Units: Kg.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.