IAntRadio Interface

ANT radio interface.

Definition

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

Properties

NumChannelsGets the number of channels supported by the ANT radio.
ProductDescriptionGets the ANT radio product description.
SerialNumberGets the serial number.
VersionGets the radio version string.

Methods

CancelTransfersCancels the transfers.
GetChannelGets the channel.
GetDeviceCapabilitiesGets the device capabilities of the ANT radio.
InitializeContinuousScanModeInitializes the ANT radio for continuous scan mode.
ReadUserNvmReads the user NVM.
RequestMessageAndResponseRequests a message and waits to return the response.
WriteRawMessageToDeviceWrites the raw message to device.

Events

RadioResponseOccurs when radio response has been received.

See Also