NurApiBuildCustomHoptable Method

Note: This API is now obsolete.
Build custom frequency hoptable

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
[ObsoleteAttribute("Use SetCustomHoptableEx() instead")]
public void BuildCustomHoptable(
	uint baseFreq,
	uint nChan,
	uint chSpace,
	uint chTime,
	uint pauseTime,
	uint lf,
	uint Tari,
	bool shuffle
)

Parameters

baseFreq  UInt32
1st channel's center frequency in kHz
nChan  UInt32
Channel count (1...100)
chSpace  UInt32
channel spacing in kHz
chTime  UInt32
Channel time in ms (>=100)
pauseTime  UInt32
Wait time between channel frequency change in ms (max=1000)
lf  UInt32
Maximum link frequency (160/256/320k)
Tari  UInt32
Tari setting 1 = 12.5, 2 = 25
shuffle  Boolean
API shuffles the frequencies if set to true

See Also