AntDeviceDispose Method

Releases the resources used by the current instance of the class.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
public void Dispose()

Implements

IDisposableDispose

Remarks

This method disposes of the internal timer and logs the device state. After calling this method, the instance should not be used further.

See Also