Class ReadAutorunFileCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .ra Read the Autorun File (Deprecated) of the Technology Solutions UK Ltd ASCII 2 Protocol
(.ra) A command to read the Autorun file from the device
[AsciiCommand(".ra")]
public class ReadAutorunFileCommand : AsciiCommandBase, IAsciiCommand
- Inheritance
-
ReadAutorunFileCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
ReadAutorunFileCommand()
Initializes a new instance of the ReadAutorunFileCommand class
public ReadAutorunFileCommand()
Properties
AutorunFile
Gets the contents of the file
public string AutorunFile { get; }
Property Value
Delete
Gets or sets a value indicating whether to delete the file from the device
[AsciiParameter("d")]
public Confirmation? Delete { get; set; }
Property Value
DeleteFile
Gets or sets a value indicating whether to delete the file from the device
[AsciiParameter("d")]
[Obsolete("Use Delete instead")]
public Deletion? DeleteFile { get; set; }