IAnt ConfigurationConfigure High Duty Search Method
Configures the high duty search.
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
true if successful
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
bool ConfigureHighDutySearch(
bool enable,
byte suppressionCycles,
uint responseWaitTime = 0
)VB
Function ConfigureHighDutySearch (
enable As Boolean,
suppressionCycles As Byte,
Optional responseWaitTime As UInteger = 0
) As BooleanC++
bool ConfigureHighDutySearch(
bool enable,
unsigned char suppressionCycles,
unsigned int responseWaitTime = 0
)F#
abstract ConfigureHighDutySearch :
enable : bool *
suppressionCycles : byte *
?responseWaitTime : uint32
(* Defaults:
let _responseWaitTime = defaultArg responseWaitTime 0
*)
-> bool Parameters
- enable Boolean
- if set to true [enable].
- suppressionCycles Byte
- The suppression cycles.
- responseWaitTime UInt32 (Optional)
- The response wait time in milliseconds. The default is 0ms.
Return Value
Booleantrue if successful