Enum QuerySelect
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
Specifies the query select type in IQueryParameters
public enum QuerySelect
  - Extension Methods
 
Fields
[EnumExtension("all", "All")] All = 0All (selected and not selected transponders)
[EnumExtension("nsl", "Not selected")] NotSelected = 1Not selected transponders only
[EnumExtension("sl", "Selected")] Selected = 2Selected transponders only