IAnt ChannelSet Low Priority Search Timeout Method
Sets the search timeout for the channel's low-priority search, where it will not interrupt other open channels.
When this period expires the channel will drop to high-priority search.
This feature is not available in all ANT devices.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
True on success. Note: Always returns true with a response time of 0
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
bool SetLowPrioritySearchTimeout(
byte lowPriorityTimeout,
uint responseWaitTime
)VB
Function SetLowPrioritySearchTimeout (
lowPriorityTimeout As Byte,
responseWaitTime As UInteger
) As BooleanC++
bool SetLowPrioritySearchTimeout(
unsigned char lowPriorityTimeout,
unsigned int responseWaitTime
)F#
abstract SetLowPrioritySearchTimeout :
lowPriorityTimeout : byte *
responseWaitTime : uint32 -> bool Parameters
- lowPriorityTimeout Byte
- Timeout period in 2.5 second units
- responseWaitTime UInt32
- Time to wait for device success response
Return Value
BooleanTrue on success. Note: Always returns true with a response time of 0