Class InventoryCommand
- Namespace
 - TechnologySolutions.Rfid.AsciiProtocol.Commands
 
- Assembly
 - TechnologySolutions.Rfid.AsciiProtocol.Core.dll
 
The .iv Inventory Command of the Technology Solutions UK Ltd ASCII 2 Protocol
(.iv) ASCII command to perform an inventory
[AsciiCommand(".iv")]
public sealed class InventoryCommand : QuerySelectTransponderCommandBase, IAsciiCommand, IInventoryStopParameters, IAntennaParameterCommandBounds, IAntennaParametersWithBounds, IAntennaParameters, IAntennaParameterBounds, ICommandParameters, IQAlgorithmParameters, IQueryParameters, IResponseParameters, ISelectParameters, ITransponderParameters
  - Inheritance
 - 
      
      
      
      
      
      
      
      InventoryCommand
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
InventoryCommand()
Initializes a new instance of the InventoryCommand class
public InventoryCommand()
  Properties
DuplicateRemoval
Gets or sets the device local duplicate removal mode for inventory
[AsciiParameter("dr")]
public DuplicateRemovalMode? DuplicateRemoval { get; set; }
  Property Value
FastIdentifier
Gets or sets a value indicating whether the Impinj fast ID extension is enabled
[AsciiParameter("fi")]
public TriState? FastIdentifier { get; set; }
  Property Value
FilterStrongest
Gets or sets a value indicating whether to only return a single transponder that had the strongest RSSI signal
[AsciiParameter("fs")]
public TriState? FilterStrongest { get; set; }
  Property Value
IncludeChannelFrequency
Gets or sets a value indicating whether to include transponder channel in reader responses
[AsciiParameter("ic", "includes")]
public TriState? IncludeChannelFrequency { get; set; }
  Property Value
IncludeEpc
Gets or sets a value indicating whether to include transponder epc in reader responses
[AsciiParameter("ie", "includes")]
public TriState? IncludeEpc { get; set; }
  Property Value
IncludePhase
Gets or sets a value indicating whether to include transponder phase in reader responses
[AsciiParameter("ip", "includes")]
public TriState? IncludePhase { get; set; }
  Property Value
QAlgorithm
Gets or sets the Q algorithm type. .iv Inventory Command
[AsciiParameter("qa")]
public QAlgorithm? QAlgorithm { get; set; }
  Property Value
TagFocus
Gets or sets a value indicating whether the Impinj extension Tag Focus is enabled
[AsciiParameter("tf")]
public TriState? TagFocus { get; set; }