IAnt Radio Interface
ANT radio interface.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public interface IAntRadioVB
Public Interface IAntRadioC++
public interface class IAntRadioF#
type IAntRadio = interface endProperties
| NumChannels | Gets the number of channels supported by the ANT radio. |
| ProductDescription | Gets the ANT radio product description. |
| SerialNumber | Gets the serial number. |
| Version | Gets the radio version string. |
Methods
| CancelTransfers | Cancels the transfers. |
| GetChannel | Gets the channel. |
| GetDeviceCapabilities | Gets the device capabilities of the ANT radio. |
| InitializeContinuousScanMode | Initializes the ANT radio for continuous scan mode. |
| ReadUserNvm | Reads the user NVM. |
| RequestMessageAndResponse | Requests a message and waits to return the response. |
| WriteRawMessageToDevice | Writes the raw message to device. |
Events
| RadioResponse | Occurs when radio response has been received. |