Class SleepTimeoutCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .st Sleep Timeout of the Technology Solutions UK Ltd ASCII 2 Protocol
(.st) Sets the timeout before the reader sleeps if there are no connections to the reader
[AsciiCommand(".st")]
public class SleepTimeoutCommand : ParameterCommandBase, IAsciiCommand
- Inheritance
-
SleepTimeoutCommand
- Implements
- Inherited Members
- Extension Methods
Remarks
With ASCII Protocol v2.4 changed hid minimum sleep timeout (reduced from 15 seconds to 1 second)
Constructors
SleepTimeoutCommand()
Initializes a new instance of the SleepTimeoutCommand class
public SleepTimeoutCommand()
Properties
SleepTimeout
Gets or sets the sleep timeout in seconds (15 .. 999) after a disconnect when the reader will sleep
[AsciiParameter("t")]
public int? SleepTimeout { get; set; }
Property Value
- int?
SleepTimeoutHid
Gets or sets the sleep timeout in seconds (15 .. 999) after a disconnect of HID when the reader will sleep
[AsciiParameter("h")]
public int? SleepTimeoutHid { get; set; }
Property Value
- int?