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.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
public bool SetLowPrioritySearchTimeout(
byte lowPriorityTimeout,
uint responseWaitTime
)
Public Function SetLowPrioritySearchTimeout (
lowPriorityTimeout As Byte,
responseWaitTime As UInteger
) As Boolean
public:
virtual bool SetLowPrioritySearchTimeout(
unsigned char lowPriorityTimeout,
unsigned int responseWaitTime
) sealed
abstract SetLowPrioritySearchTimeout :
lowPriorityTimeout : byte *
responseWaitTime : uint32 -> bool
override 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
IAntChannelSetLowPrioritySearchTimeout(Byte, UInt32)