public static interface AntPlusFitnessEquipmentPcc.ITargetPowerReceiver
AntPlusFitnessEquipmentPcc#requestCapabilities(IRequestFinishedReceiver, ICapabilitiesReceiver)
method first to find if it is supported.Modifier and Type | Method and Description |
---|---|
void |
onNewTargetPower(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal targetPower)
Receives the data from a TargetPower event.
|
void onNewTargetPower(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal targetPower)
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.targetPower
- The target power for fitness equipment operating in target power mode.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.