Ant RadioDispose Method
Releases all resources used by the current instance of the class.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+aa3585b1fd28890f80989694dfc5151cea97b05e
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+aa3585b1fd28890f80989694dfc5151cea97b05e
C#
public void Dispose()VB
Public Sub DisposeC++
public:
virtual void Dispose() sealedF#
abstract Dispose : unit -> unit
override Dispose : unit -> unit Implements
IDisposableDisposeRemarks
This method disposes of the underlying ANT device and its associated resources. It
also unsubscribes from event handlers to prevent memory leaks. After calling this method, the instance
should not be used, as its state becomes undefined.