Class KillTransponderCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .ki Kill command of the Technology Solutions UK Ltd ASCII 2 Protocol
(.ki) A command to kill transponders that match the specified select criteria
[AsciiCommand(".ki")]
public class KillTransponderCommand : TransponderAccessCommandBase, IAsciiCommand, IInventoryStopParameters, IAntennaParameterCommandBounds, IAntennaParametersWithBounds, IAntennaParameters, IAntennaParameterBounds, ICommandParameters, IQueryParameters, IResponseParameters, ISelectParameters, ITransponderParameters
- Inheritance
-
KillTransponderCommand
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
KillTransponderCommand()
Initializes a new instance of the KillCommand class
public KillTransponderCommand()
Properties
KillPassword
Gets or sets the kill password
[AsciiParameter("kp")]
public string KillPassword { get; set; }