Class TransponderMemoryCommandBase
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Base class for commands that read or write transponder memory
public abstract class TransponderMemoryCommandBase : TransponderAccessCommandBase, IAsciiCommand, IInventoryStopParameters, IAntennaParameterCommandBounds, IQueryParameters, IAntennaParametersWithBounds, IAntennaParameters, IAntennaParameterBounds, ICommandParameters, IDatabankParameters, IResponseParameters, ISelectParameters, ITransponderParameters
- Inheritance
-
TransponderMemoryCommandBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
TransponderMemoryCommandBase(string)
Initializes a new instance of the TransponderMemoryCommandBase class
protected TransponderMemoryCommandBase(string commandName)
Parameters
commandName
stringThe command name (e.g. ".iv" for inventory)
Properties
Bank
Gets or sets the transponder data bank to be used
[AsciiParameter("db", "data")]
public Databank? Bank { get; set; }
Property Value
Length
Gets or sets the length in words of the data to write
[AsciiParameter("dl", "data")]
public int? Length { get; set; }
Property Value
- int?
Offset
Gets or sets the offset, in 16 bit words, from the start of the memory bank to where the data will be written
[AsciiParameter("do", "data")]
public int? Offset { get; set; }
Property Value
- int?