|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Interface for local user interface. More...
import "LocalPort.idl";
Classes | |
| struct | Settings |
| Local port settings. More... | |
| struct | SettingsChangedEvent |
| Event: Local port settings have changed. More... | |
Public Types | |
| enum | HotKey { DOUBLE_SCROLL_LOCK , DOUBLE_NUM_LOCK , DOUBLE_CAPS_LOCK , DOUBLE_LEFT_ALT_KEY , DOUBLE_LEFT_SHIFT_KEY , DOUBLE_LEFT_CTRL_KEY } |
| Key combinations for switching from KVM port to local UI. More... | |
| enum | ConnectKey { DISABLED , LEFT_ALT_KEY , LEFT_SHIFT_KEY , LEFT_CTRL_KEY } |
| Keys for switching from local UI to KVM port. More... | |
| enum | LocalUserAuthMode { COMMON , NONE } |
| Authentication modes for local UI. More... | |
Public Member Functions | |
| LocalMonitor | getMonitor () |
| Get monitor attached to local port. | |
| Settings | getSettings () |
| Get local port settings. | |
| int | setSettings (in Settings settings) |
| Set local port settings. | |
| int | switchToPort (in int sessionId, in KvmPort port) |
| Switch local port to show given KVM port. | |
Public Attributes | |
| constant int | ERR_INVALID_ARGUMENT = 1 |
| Invalid parameters. | |
| constant int | ERR_ACCESS_DENIED = 2 |
| Port access denied. | |
Interface for local user interface.
Definition at line 12 of file LocalPort.idl.
Keys for switching from local UI to KVM port.
Definition at line 27 of file LocalPort.idl.
Key combinations for switching from KVM port to local UI.
Definition at line 17 of file LocalPort.idl.
Authentication modes for local UI.
| Enumerator | |
|---|---|
| COMMON | Use authentication as configured (local/LDAP/Radius) |
| NONE | Do not use authentication. |
Definition at line 35 of file LocalPort.idl.
| LocalMonitor radm::LocalPort::getMonitor | ( | ) |
Get monitor attached to local port.
| Settings radm::LocalPort::getSettings | ( | ) |
Get local port settings.
| int radm::LocalPort::setSettings | ( | in Settings | settings | ) |
Set local port settings.
| settings | New settings |
| int radm::LocalPort::switchToPort | ( | in int | sessionId, |
| in KvmPort | port ) |
Switch local port to show given KVM port.
| sessionId | ID of the session under which to execute the switch |
| port | Port to switch to |
| constant int radm::LocalPort::ERR_ACCESS_DENIED = 2 |
Port access denied.
Definition at line 14 of file LocalPort.idl.
| constant int radm::LocalPort::ERR_INVALID_ARGUMENT = 1 |
Invalid parameters.
Definition at line 13 of file LocalPort.idl.