public static interface AntPlusFitnessEquipmentPcc.IBasicResistanceReceiver
AntPlusFitnessEquipmentPcc#requestCapabilities(IRequestFinishedReceiver, ICapabilitiesReceiver) method first to find if it is supported.| Modifier and Type | Method and Description |
|---|---|
void |
onNewBasicResistance(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal totalResistance)
Receives the data from a BasicResistance event.
|
void onNewBasicResistance(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal totalResistance)
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.totalResistance - Percentage of maximum resistance to be applied.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.