Table of Contents

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 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

DuplicateRemovalMode?

FastIdentifier

Gets or sets a value indicating whether the Impinj fast ID extension is enabled

[AsciiParameter("fi")]
public TriState? FastIdentifier { get; set; }

Property Value

TriState?

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

TriState?

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

TriState?

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

TriState?

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

TriState?

QAlgorithm

Gets or sets the Q algorithm type. .iv Inventory Command

[AsciiParameter("qa")]
public QAlgorithm? QAlgorithm { get; set; }

Property Value

QAlgorithm?

TagFocus

Gets or sets a value indicating whether the Impinj extension Tag Focus is enabled

[AsciiParameter("tf")]
public TriState? TagFocus { get; set; }

Property Value

TriState?