Class SleepCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .sl . Sleep of the Technology Solutions UK Ltd ASCII 2 Protocol
(.sl) A command to send the reader to sleep as soon as it has responded to this command Note: this will disconnect the reader from the terminal
[AsciiCommand(".sl")]
public class SleepCommand : ActionCommandBase, IAsciiCommand, ICommandParameters
- Inheritance
-
SleepCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
SleepCommand()
Initializes a new instance of the SleepCommand class
public SleepCommand()
Properties
AutoReconnect
Gets or sets a value indicating whether to auto-reconnect back to the last connected device
[AsciiParameter("ar")]
public TriState? AutoReconnect { get; set; }
Property Value
BluetoothMacAddress
Gets the Bluetooth MAC address of the device the reader will connect back to when auto-reconnect is on
[AsciiParameter("ma")]
public string BluetoothMacAddress { get; }
Property Value
ConnectionMode
Gets a value indicating whether the device to auto-connect back to is Apple (iAP) or Android Windows (RfComm)
[AsciiParameter("cm")]
public ReconnectMode? ConnectionMode { get; }
Property Value
Reboot
Gets or sets a value that when set to Reboot = Confirmation.Yes will cause the reader to reboot
[AsciiParameter("rb")]
public Confirmation? Reboot { get; set; }