Inventory |
Perform single tag inventory. This function uses rounds, Q and session values from current module settings. How it works: The inventory operation returns information about the last inventory; it does not return tags. The inventory response NurApiInventoryResponse contains namely the number of tags that were found during last inventory and the number of tags that are stored into the module's memory. After exeuting an inventory the tags need to be first retrieved from the module by calling FetchTags or FetchTags(Boolean, Int32) and after that the tags are available in the NurApi's tag storage, NurApiTagStorage that can be retrieved by the get tags storage command, see GetTagStorage. If the inventory needs to be "clean" the method for clearing the module's is ClearTagsEx. Calling this method also clears the NurApi's tag storage and module tag storage. |
Inventory(Int32, Int32, Int32) |
Perform single inventory using specified rounds, Q and session.
What inventory actually returns, see Inventory's summary. |