IAntChannelSetChannelSearchTimeout Method

Set the search timeout

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+03c0e5e5a599f652ca49f39d4560b5774210b560
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