Ant RadioInitialize Continuous Scan Mode Method
Initializes the ANT radio for continuous scan mode.
Definition
Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+fe94d33487affd796e1d786d5b5eb3d769a3361f
Returns an array of ANT channels.
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.1.6+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public Task<IAntChannel[]> InitializeContinuousScanMode()VB
Public Function InitializeContinuousScanMode As Task(Of IAntChannel())C++
public:
virtual Task<array<IAntChannel^>^>^ InitializeContinuousScanMode() sealedF#
abstract InitializeContinuousScanMode : unit -> Task<IAntChannel[]>
override InitializeContinuousScanMode : unit -> Task<IAntChannel[]> Return Value
TaskIAntChannelReturns an array of ANT channels.
Implements
IAntRadioInitializeContinuousScanModeRemarks
The first element of the array (ANT channel 0) is used for continuous scan mode to receive broadcast messages from ANT master devices.
The remaining channels are configured so messages may be sent to ANT master devices.