FitnessEquipmentLapToggled Event
Occurs when a lap toggle is signaled by the device.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipmentAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public event EventHandler LapToggled
Public Event LapToggled As EventHandler
public:
event EventHandler^ LapToggled {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member LapToggled : IEvent<EventHandler,
EventArgs>
Value
EventHandler
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.