AntRadioDispose Method
Releases all resources used by the current instance of the class.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.0+ddac7b2dbc3280b33f7963df2f0ae0a022d4d825
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDispose 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.