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