public class HID extends Object
Modifier and Type | Field and Description |
---|---|
DigitPosition |
DigitsPos
Get or set the digits position of the HID keyboard interface.
|
KeypadType |
DigitsTransmissionKeypadType
Get or set the digits transmission type of the HID keyboard interface.
|
HIDCharTransmitMode |
HidCharTransmitMode
Get or set the character transmission mode of the HID keyboard interface
|
boolean |
IgnoreCaseOnAlphabetsTransmission
Get or set a value indicating whether the case will be ignored during the transmission of alphabets.
|
int |
InterCharDelay
Get or set the inter-character delay of the HID keyboard interface.
|
KeyboardLayout |
KbdLayout
Get or set the keyboard layout of the HID keyboard interface
|
HIDKeyboardType |
KbdType
Get or set the Bluetooth HID keyboard interface type.
|
CapsLockState |
LockState
Get or set the Caps Lock state of the HID keyboard interface.
|
Constructor and Description |
---|
HID() |
public HIDKeyboardType KbdType
public int InterCharDelay
public CapsLockState LockState
public boolean IgnoreCaseOnAlphabetsTransmission
public KeypadType DigitsTransmissionKeypadType
public DigitPosition DigitsPos
public KeyboardLayout KbdLayout
public HIDCharTransmitMode HidCharTransmitMode