IAntUsbRadio Interface

This interface is used for ANT radios specifically connected to the host USB ports.

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public interface IAntUsbRadio

Methods

GetBaudRateGets the opened USB baud rate.
GetDeviceNumGets the opened USB device number.
GetPIDGets the device USB PID.
GetProductDescriptionGets the USB device product description.
Obsolete.
GetSerialStringGets the USB device serial number string.
Obsolete.
GetVIDGets the device USB VID.
ResetUSBResets the ANT radio USB interface.

See Also