NurApiInventoryRead Method

Setup inventory + read data. Call to this method only configures the inventory + read; it does not start it itself. This means that the inventory + read is done use during the next call to e.g. Inventory or Inventory(Int32, Int32, Int32).

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void InventoryRead(
	bool on,
	uint type,
	uint bank,
	uint addr,
	uint nWords
)

Parameters

on  Boolean
true if the inventory + read configuration is taken into use. The configuration takes place immediately (if inventory running) or next time an inventory is started.
type  UInt32
Either NUR_IR_EPCDATA (EPC + data) or NUR_IR_DATAONLY (data is returned instead of EPC).
bank  UInt32
Bank to read from.
addr  UInt32
First word to read.
nWords  UInt32
Number of words to read. Range is 1...31 (2...64 bytes).

See Also