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.3+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.3+aa3585b1fd28890f80989694dfc5151cea97b05e
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.