AntRadioInitializeContinuousScanMode Method

Initializes the ANT radio for continuous scan mode.

Definition

Namespace: SmallEarthTech.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public Task<IAntChannel[]> InitializeContinuousScanMode()

Return Value

TaskIAntChannel
Returns an array of ANT channels.

Implements

IAntRadioInitializeContinuousScanMode

Remarks

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.

See Also