KeyboardSimulation Enumeration |
Specifies the interface of keyboard output.
Namespace:
com.gigatms.Parameters.TS800_60
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum KeyboardSimulation
Public Enumeration KeyboardSimulation
public enum class KeyboardSimulation
Members
| Member name | Value | Description |
---|
| Disable | 0 |
Disable keyboard output.
|
| HID | 3 |
USB HID keyboard output.
|
| BLE | 5 |
BLE keyboard output.
|
See Also