InventoryReadType Enumeration
Inventory read type flags
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public enum InventoryReadType
| EPCData | 0 |
Inventory + read type is EPC + data
|
| DataOnly | 1 |
Inventory + read type is data only
|
| EpcXTid | 2 |
XTID based read result is appended to the EPC.
|
| XTidOnly | 3 |
Duplicates are stripped based on XTID read data
|
| NotSet | -1 |
Notset
|
| EpcXTidAll | 130 |
XTID based read result is appended to the EPC + read to include all of the TID data.
|
| XTidOnlyAll | 131 |
Duplicates are stripped based on XTID read data + include all of the TID data.
|