FitnessEquipmentLapToggled Event

Occurs when a lap toggle is signaled by the device.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public event EventHandler LapToggled

Value

EventHandler

Remarks

The event itself does not convey any information. It is the responsibility of the application/view model to capture any relevant state from the equipment and/or specific equipment for user consumption. For example, it may be useful to capture elapsed time and accumulated distance from the class.

See Also