[FlagsAttribute]
public enum SetupFlags
LinkFreq | 1 | Link frequency. See also the link frequency property: LinkFrequency | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RxDec | 2 | RX encoding (Miller encoding) (seeRxDecoding property) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TxLevel | 4 |
Transmission (TX) power level in 1dB steps. See also the TxLevel property)
Range is 0...19: there are 20 (0...19) steps so minimum output power value for 500mW devices is 8dBm (about 6mW) and 11dBm (about 40W) for the 1W devices. This value is subtracted from the maxiumum TX level producing the actual level as follows:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TxMod | 8 | Tx modulation style. (see TxModulation property) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Region | 16 | Region. (see RegionId) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryQ | 32 | Default Q used for inventory. (0-15) 0=Automatic | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventorySession | 64 | Default session for inventory. TargetSession. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryRounds | 128 | Default rounds for inventory. (0 - 10) 0=Automatic | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AntennaMask | 256 | Antenna mask field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ScanSingleTimeout | 512 | Scan single trigger timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryTimeout | 1,024 | Inventory trigger timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SelectedAntenna | 2,048 | Selected antenna field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OperationFlags | 4,096 | Operation flags field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryTarget | 8,192 | Inventory target field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MinimumSetupMask | 16,383 | Minimum mask that will work backward compatibly. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryEpcLen | 16,384 | Inventory EPC length field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReadRssiFilter | 32,768 | Read RSSI filter field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WriteRssiFilter | 65,536 | Write RSSI filter field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InventoryRssiFilter | 131,072 | Inventory RSSI filter field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReadTimeout | 262,144 | Read timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaskFor05W | 524,287 | Mask for 05W field in NurApiModuleSetup | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WriteTimeout | 524,288 | Write timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LockTimeout | 1,048,576 | Lock timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Killtimeout | 2,097,152 | Kill timeout field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Autoperiod | 4,194,304 | Period setup field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PerAntennaPower | 8,388,608 | Per antenna power field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PerAntennaOffset | 16,777,216 | Power offset field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AntennaMaskEx | 33,554,432 | Extended antenna mask field in AntennaId. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Autotune | 67,108,864 | Runtime auto-tuning setup in AutoPeriod. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PerAntennaPowerEx | 134,217,728 | Per antenna power (extended) field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RxSensitivity | 268,435,456 | Receiver sensitivity field in NurApiModuleSetup. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RfProfile | 536,870,912 | rfProfile field in NurApiModuleSetup | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
All | 1,073,741,823 | All setup fields are valid. |