Class WriteCommandToAutorunCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .wa Write command to Autorun file (Deprecated) of the Technology Solutions UK Ltd ASCII 2 Protocol
(.wa) Writes an ASCII command to the Autorun file
[AsciiCommand(".wa")]
public class WriteCommandToAutorunCommand : AsciiCommandBase, IAsciiCommand
- Inheritance
-
WriteCommandToAutorunCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
WriteCommandToAutorunCommand()
Initializes a new instance of the WriteCommandToAutorunCommand class
public WriteCommandToAutorunCommand()
Properties
Command
Gets or sets the valid ASCII command line that is to be written to the Autorun file
public string Command { get; set; }