Class: Toybox.AntPlus.BikePower
- Inherits:
-
Toybox.AntPlus.Device
Overview
Represents a Bike Power Device instance.
See Also:
Instance Method Summary collapse
-
getCalculatedCadence() as AntPlus.CalculatedCadence
Get the current calculated crank cadence.
-
getCalculatedPower() as AntPlus.CalculatedPower
Retrieve the current calculated power.
-
getCalculatedWheelDistance() as AntPlus.CalculatedWheelDistance
Retrieve the current calculated wheel distance.
-
getCalculatedWheelSpeed() as AntPlus.CalculatedWheelSpeed
Retrieve the current calculated wheel speed.
-
getPedalPowerBalance() as AntPlus.PedalPowerBalance
Retrieve the current pedal power balance.
-
getTorqueEffectivenessPedalSmoothness() as AntPlus.TorqueEffectivenessPedalSmoothness
Retrieve the current torque effectiveness and pedal smoothness.
-
initialize(listener as AntPlus.BikePowerListener or Null)
Constructor.
Instance Method Details
getCalculatedCadence() as AntPlus.CalculatedCadence
Get the current calculated crank cadence.
getCalculatedPower() as AntPlus.CalculatedPower
Retrieve the current calculated power.
getCalculatedWheelDistance() as AntPlus.CalculatedWheelDistance
Retrieve the current calculated wheel distance.
getCalculatedWheelSpeed() as AntPlus.CalculatedWheelSpeed
Retrieve the current calculated wheel speed.
getPedalPowerBalance() as AntPlus.PedalPowerBalance
Retrieve the current pedal power balance.
getTorqueEffectivenessPedalSmoothness() as AntPlus.TorqueEffectivenessPedalSmoothness
Retrieve the current torque effectiveness and pedal smoothness.
initialize(listener as AntPlus.BikePowerListener or Null)
Constructor