Fitness EquipmentLap Toggled 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: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
public event EventHandler LapToggledVB
Public Event LapToggled As EventHandlerC++
public:
event EventHandler^ LapToggled {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member LapToggled : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
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.