Ant DeviceDevice Went Offline Event
Occurs when no messages have been received from the device within the specified timeout duration.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.0+09c2d7a7f0bf2c05495d6305ac56abb150641a86
C#
public event EventHandler DeviceWentOfflineVB
Public Event DeviceWentOffline As EventHandlerC++
public:
event EventHandler^ DeviceWentOffline {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}F#
member DeviceWentOffline : IEvent<EventHandler,
EventArgs>Value
EventHandlerRemarks
Consumers can also use the Offline property instead of this event for databinding
purposes.