Interface IQueryParameters
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Specifies properties to select transponders into distinct groups
public interface IQueryParameters
- Extension Methods
Properties
QuerySelect
Gets or sets the transponders to include based on the select flag state
QuerySelect? QuerySelect { get; set; }
Property Value
QuerySession
Gets or sets the transponders to include based on the select flag state
QuerySession? QuerySession { get; set; }
Property Value
QueryTarget
Gets or sets the session state of the transponders to be included in this operation
QueryTarget? QueryTarget { get; set; }