NurApiInventorySelectByEPC Method

Perform single inventory command with tag singulated against EPC.

What inventory actually returns, see Inventory's summary.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiInventoryResponse InventorySelectByEPC(
	int rounds,
	int Q,
	int session,
	bool invertSelect,
	byte[] epcBuffer
)

Parameters

rounds  Int32
Full query rounds to perform in inventory. Range 0 - 10. Value 0 means automatic round number. (see InventoryRounds property)
Q  Int32
The Q parameter. Range 0 - 15. Value 0 means automatic Q calculation. (see InventoryQ property)
session  Int32
The session parameter. Range 0 - 3.(see InventorySession property)
invertSelect  Boolean
Invert select. Select tags that do not match the selection criteria.
epcBuffer  Byte
EPC memory to singulate against.

Return Value

NurApiInventoryResponse
Inventory result data as NurApiInventoryResponse

See Also