Class ReadTransponderCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .rd Read transponder Command of the Technology Solutions UK Ltd ASCII 2 Protocol
(.rd) A command to read data from the memory banks of one or more transponders
[AsciiCommand(".rd")]
public class ReadTransponderCommand : TransponderMemoryCommandBase, IAsciiCommand, IInventoryStopParameters, IAntennaParameterCommandBounds, IQueryParameters, IAntennaParametersWithBounds, IAntennaParameters, IAntennaParameterBounds, ICommandParameters, IDatabankParameters, IResponseParameters, ISelectParameters, ITransponderParameters
- Inheritance
-
ReadTransponderCommand
- Implements
- Inherited Members
- Extension Methods
Remarks
Added QT mode ASCII Protocol v2.4
Constructors
ReadTransponderCommand()
Initializes a new instance of the ReadTransponderCommand class
public ReadTransponderCommand()
Properties
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
QtMode
Gets or sets the QT mode for the read command.
[AsciiParameter("qm")]
public QtMode? QtMode { get; set; }
Property Value
Remarks
- Read normal memory
- Read private memory
- Read private memory short range
- Read QT control word
SelectPause
Gets or sets a value indicating whether to pause after the Select command has been issued
[AsciiParameter("sp")]
public int? SelectPause { get; set; }
Property Value
- int?