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: 5.0.0+c1e7610f9fcb5b8a327697cc707496363c1e2866
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