AntChannelConfigFrequencyAgility Method
This function configures the three operating RF frequencies for ANT frequency agility mode
and should be used with the AdvFrequencyAgility extended channel assignment flag.
Should not be used with shared, or Tx/Rx only channel types.
This feature is not available on all ANT devices.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
public bool ConfigFrequencyAgility(
byte freq1,
byte freq2,
byte freq3,
uint responseWaitTime
)
Public Function ConfigFrequencyAgility (
freq1 As Byte,
freq2 As Byte,
freq3 As Byte,
responseWaitTime As UInteger
) As Boolean
public:
virtual bool ConfigFrequencyAgility(
unsigned char freq1,
unsigned char freq2,
unsigned char freq3,
unsigned int responseWaitTime
) sealed
abstract ConfigFrequencyAgility :
freq1 : byte *
freq2 : byte *
freq3 : byte *
responseWaitTime : uint32 -> bool
override ConfigFrequencyAgility :
freq1 : byte *
freq2 : byte *
freq3 : byte *
responseWaitTime : uint32 -> bool
- freq1 Byte
- Operating RF frequency 1
- freq2 Byte
- Operating RF frequency 2
- freq3 Byte
- Operating RF frequency 3
- responseWaitTime UInt32
- Time to wait for device success response
BooleanTrue on success. Note: Always returns true with a response time of 0
IAntChannelConfigFrequencyAgility(Byte, Byte, Byte, UInt32)