Class MountCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .mt Mount / Dismount internal memory of the Technology Solutions UK Ltd ASCII 2 Protocol
(.mt) Mounts or dismounts the internal memory, when connected via USB, on readers that support internal memory
[AsciiCommand(".mt")]
public class MountCommand : AsciiCommandBase, IAsciiCommand
- Inheritance
-
MountCommand
- Implements
- Inherited Members
- Extension Methods
Remarks
Added with ASCII Protocol v2.4
Constructors
MountCommand()
Initializes a new instance of the MountCommand class
public MountCommand()
Properties
Dismount
Gets or sets a value indicating whether to dismount the internal storage
[AsciiParameter("d")]
public bool Dismount { get; set; }
Property Value
Mount
Gets or sets a value indicating whether to mount the internal storage
[AsciiParameter("m")]
public bool Mount { get; set; }
Property Value
ReadParameters
Gets or sets a value indicating whether the response to the command should report all supported parameters and their current values
[AsciiParameter("p")]
public bool ReadParameters { get; set; }