NurApiTagInventory(Int32, Int32, Int32) Method

Start inventory for current tag. Reader is performing inventory select for tag's EPC. If not found, exception thrown.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void Inventory(
	int rounds,
	int Q,
	int session
)

Parameters

rounds  Int32
Full query rounds to perform in inventory. Range 0 - 10, where 0 means automatic rounds selection
Q  Int32
Query Q parameter. Range 0 - 15, where value 0 means automatic Q selection
session  Int32
Query session parameter. Range 0 - 3

Remarks

Can be used to update the various values associated with the tag: RSSI, timestamp etc.

See Also