|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Structure representing a key set (a named group of keyboard key codes) More...
import "KeySetManager.idl";
Public Attributes | |
| int | id |
| Unique ID of this key set. | |
| string | name |
| Key set name. | |
| KeyboardLayout | keyboardLayout |
| Keyboard layout to be assumed for this key set (traditional and simplified Chinese are not supported) | |
| vector< int > | keys |
| Scan codes of keys in the key sets (for definition of scan codes, see KVM client SDK) | |
Structure representing a key set (a named group of keyboard key codes)
Definition at line 13 of file KeySetManager.idl.
| int radm::KeySetManager::KeySet::id |
Unique ID of this key set.
Definition at line 14 of file KeySetManager.idl.
| KeyboardLayout radm::KeySetManager::KeySet::keyboardLayout |
Keyboard layout to be assumed for this key set (traditional and simplified Chinese are not supported)
Definition at line 16 of file KeySetManager.idl.
| vector<int> radm::KeySetManager::KeySet::keys |
Scan codes of keys in the key sets (for definition of scan codes, see KVM client SDK)
Definition at line 18 of file KeySetManager.idl.
| string radm::KeySetManager::KeySet::name |
Key set name.
Definition at line 15 of file KeySetManager.idl.