IAntChannelSetLowPrioritySearchTimeout 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.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
bool SetLowPrioritySearchTimeout(
byte lowPriorityTimeout,
uint responseWaitTime
)
Function SetLowPrioritySearchTimeout (
lowPriorityTimeout As Byte,
responseWaitTime As UInteger
) As Boolean
bool SetLowPrioritySearchTimeout(
unsigned char lowPriorityTimeout,
unsigned int responseWaitTime
)
abstract SetLowPrioritySearchTimeout :
lowPriorityTimeout : byte *
responseWaitTime : uint32 -> bool
- lowPriorityTimeout Byte
- Timeout period in 2.5 second units
- responseWaitTime UInt32
- Time to wait for device success response
BooleanTrue on success. Note: Always returns true with a response time of 0