Enum DuplicateRemovalMode
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Sets the mode for duplicate removal at the reader level
public enum DuplicateRemovalMode
- Extension Methods
Fields
[EnumExtension("clr", "Clear Cache")] ClearCache = 3
Clear the cache of duplicates. Sent to the host Sent as 'clr'
[EnumExtension("off", "Off")] Off = 0
Duplicate removal is off. All transponders inventoried will be sent to the host Sent as 'off'
[EnumExtension("on", "On")] On = 1
Duplicate removal is on. Duplicates will be removed. Sent as 'on'
[EnumExtension("rnd", "Round")] Round = 2
Duplicate removal is per round. Duplicates will be removed for the current inventory round. Sent as 'rnd'