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.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
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.