Class HidConfigurationCommand
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Commands
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
The .hc HID config Command of the Technology Solutions UK Ltd ASCII 2 Protocol
(.hc) HID configuration command (.hc) to set the delay between HID characters sent
[AsciiCommand(".hc")]
public class HidConfigurationCommand : ParameterCommandBase, IAsciiCommand
- Inheritance
-
HidConfigurationCommand
- Implements
- Inherited Members
- Extension Methods
Remarks
Added with ASCII Protocol v2.4
Constructors
HidConfigurationCommand()
Initializes a new instance of the HidConfigurationCommand class
public HidConfigurationCommand()
Properties
CharacterDelay
Gets or sets the delay in milliseconds between characters sent via HID (0 .. 999)
[AsciiParameter("cd")]
public int? CharacterDelay { get; set; }
Property Value
- int?
KeyboardRegion
Gets or sets the regionalized keyboard layout to use for HID mode.
[AsciiParameter("kb")]
public string KeyboardRegion { get; set; }
Property Value
Remarks
Use "def" to use the default keyboard (US). use "rr" where kdb_rr.hid is a keyboard file stored on the reader's SD card to select an alternate keyboard.
TriggerMode
Gets or sets the way the trigger operates in HID mode
[AsciiParameter("tm")]
public TriggerMode? TriggerMode { get; set; }