NurApiInventoryRounds Property

Default rounds for inventory. Value 0 - 10, where 0 means automatic rounds selection. This value specifies full G2 query rounds performed in one inventory command.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int InventoryRounds { get; set; }

Property Value

Int32
Range is from 0 to 10 where zero means "automatic rounds".

Remarks

Rounds setting defines how many full G2 query rounds is done inside one inventory round. After every inventory round reader will send data to the Host. Selectable values are 0 – 10. Zero meaning automatic rounds adjustment. Automatic adjustment decides after every query round that is another round necessary based on amount of collisions. By default rounds setting is set to 0.

See Also