AntChannelSetLowPrioritySearchTimeout 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.AntUsbStick
Assembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public 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

Implements

IAntChannelSetLowPrioritySearchTimeout(Byte, UInt32)

See Also