Class: Toybox.AntPlus.FitnessEquipmentMode
- Inherits:
-
Toybox.Lang.Object
Overview
Represents a fitness equipment training mode
Fields may return null
so you should null
check values before using them.
Instance Member Summary collapse
-
basicResistanceSupported as Lang.Boolean or Null
Flag for basic resistance training mode support.
-
mode as AntPlus.TrainerMode or Null
The current training mode of the fitness equipment.
-
simulationSupported as Lang.Boolean or Null
Flag for simulation training mode support.
-
targetPowerSupported as Lang.Boolean or Null
Flag for target power training mode support.
Instance Attribute Details
var basicResistanceSupported as Lang.Boolean or Null
Flag for basic resistance training mode support
var mode as AntPlus.TrainerMode or Null
The current training mode of the fitness equipment
var simulationSupported as Lang.Boolean or Null
Flag for simulation training mode support
var targetPowerSupported as Lang.Boolean or Null
Flag for target power training mode support