Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
Loading...
Searching...
No Matches
radm::KeySetManager::KeySet Struct Reference

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)
 

Detailed Description

Structure representing a key set (a named group of keyboard key codes)

Definition at line 13 of file KeySetManager.idl.

Member Data Documentation

◆ id

int radm::KeySetManager::KeySet::id

Unique ID of this key set.

Definition at line 14 of file KeySetManager.idl.

◆ keyboardLayout

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.

◆ keys

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.

◆ name

string radm::KeySetManager::KeySet::name

Key set name.

Definition at line 15 of file KeySetManager.idl.


The documentation for this struct was generated from the following file: