InventoryReadType Enumeration

Inventory read type flags

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum InventoryReadType

Members

EPCData0 Inventory + read type is EPC + data
DataOnly1 Inventory + read type is data only
EpcXTid2 XTID based read result is appended to the EPC.
XTidOnly3 Duplicates are stripped based on XTID read data
NotSet-1 Notset
EpcXTidAll130 XTID based read result is appended to the EPC + read to include all of the TID data.
XTidOnlyAll131 Duplicates are stripped based on XTID read data + include all of the TID data.

See Also