NurApiInventorySelectByEPC Method
Perform single inventory command with tag singulated against EPC.
What inventory actually returns, see Inventory's summary.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiInventoryResponse InventorySelectByEPC(
int rounds,
int Q,
int session,
bool invertSelect,
byte[] epcBuffer
)
- 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.
NurApiInventoryResponseInventory result data as
NurApiInventoryResponse