|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Local port settings. More...
import "LocalPort.idl";
Public Attributes | |
| boolean | enabled |
| Whether local port UI is enabled or not. | |
| KeyboardLayout | keyboardLayout |
| Keyboard language to use. | |
| HotKey | hotkey |
| Key combination to use for going back from KVM port to UI. | |
| ConnectKey | connectkey |
| Key to use to trigger switch to KVM port. | |
| LocalUserAuthMode | authMode |
| Authentication mode for local UI. | |
| boolean | ignoreCCManagedMode |
| Whether to allow local UI login under CC-SG management. | |
Local port settings.
Definition at line 41 of file LocalPort.idl.
| LocalUserAuthMode radm::LocalPort::Settings::authMode |
Authentication mode for local UI.
Definition at line 46 of file LocalPort.idl.
| ConnectKey radm::LocalPort::Settings::connectkey |
Key to use to trigger switch to KVM port.
Definition at line 45 of file LocalPort.idl.
| boolean radm::LocalPort::Settings::enabled |
Whether local port UI is enabled or not.
Definition at line 42 of file LocalPort.idl.
| HotKey radm::LocalPort::Settings::hotkey |
Key combination to use for going back from KVM port to UI.
Definition at line 44 of file LocalPort.idl.
| boolean radm::LocalPort::Settings::ignoreCCManagedMode |
Whether to allow local UI login under CC-SG management.
Definition at line 47 of file LocalPort.idl.
| KeyboardLayout radm::LocalPort::Settings::keyboardLayout |
Keyboard language to use.
Definition at line 43 of file LocalPort.idl.