AntRadioDispose 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.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public void Dispose()

Implements

IDisposableDispose

Remarks

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.

See Also