NurApiSetCustomHoptable Method
Note: This API is now obsolete.
Set pre-built custom hop table.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
[ObsoleteAttribute("Use SetCustomHoptableEx() instead")]
public void SetCustomHoptable(
uint[] freqArr,
uint nChan,
uint chTime,
uint pauseTime,
uint lf,
uint Tari
)
Parameters
- freqArr UInt32
-
Array of generated frequencies. Values are in kHz, range is 840000...960000.
Must be disvisible by 25. Number of frequencies is 1...MAX_CUSTOM_FREQS and it must match the nChan parameter.
- nChan UInt32
- Number of channels in freqArr.
- chTime UInt32
- Channel time in milliseconds. Minimum is 100.
- pauseTime UInt32
- Pause time between channel change in milliseconds. Maximum is 1000.
- lf UInt32
- Maximum link frequency. Valid values are 160000, 256000 and 320000.
- Tari UInt32
- Tari setting: 1 = 12.5us, 2=25us. Other are invalid.