|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Public Attributes | |
| KvmPort | port |
| KVM port for operation. | |
| boolean | connected |
| whether port was switched on or off | |
| int | connectedRemoteClients |
| Total number of connected remote clients. | |
| boolean | hasLocalClient |
| Whether the device local port is currently connected to this channel. | |
Public Attributes inherited from event::UserEvent | |
| string | actUserName |
| user who triggered event | |
| string | actIpAddr |
| ip or device on which user is logged in | |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Definition at line 34 of file KvmChannel.idl.
| boolean radm::KvmChannel::KvmSwitchEvent::connected |
whether port was switched on or off
Definition at line 36 of file KvmChannel.idl.
| int radm::KvmChannel::KvmSwitchEvent::connectedRemoteClients |
Total number of connected remote clients.
Definition at line 37 of file KvmChannel.idl.
| boolean radm::KvmChannel::KvmSwitchEvent::hasLocalClient |
Whether the device local port is currently connected to this channel.
Definition at line 38 of file KvmChannel.idl.
| KvmPort radm::KvmChannel::KvmSwitchEvent::port |
KVM port for operation.
Definition at line 35 of file KvmChannel.idl.