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.

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+03c0e5e5a599f652ca49f39d4560b5774210b560
C#
bool SetLowPrioritySearchTimeout(
	byte lowPriorityTimeout,
	uint responseWaitTime
)

Parameters

lowPriorityTimeout  Byte
Timeout period in 2.5 second units
responseWaitTime  UInt32
Time to wait for device success response

Return Value

Boolean
True on success. Note: Always returns true with a response time of 0

See Also