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