IAntChannel.SetChannelSearchTimeout Method

Set the search timeout

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 4.1.0+506fd73c3b72ad19a414fa5c6d86694cac54d86e
C#
bool SetChannelSearchTimeout(
	byte searchTimeout,
	uint responseWaitTime
)

Parameters

searchTimeout  Byte
timeout in 2.5 second units (in newer devices 255=infinite)
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