|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
An uploaded USB profile. More...
import "KvmDevice.idl";
Public Attributes | |
| long | key |
| Profile key. | |
| int | id |
| Profile ID. | |
| string | name |
| Profile name. | |
| string | description |
| Profile description. | |
| boolean | systemProfile |
| Whether the profile is a system (built-in) profile. | |
| UsbProfileSettings | settings |
| Profile settings. | |
An uploaded USB profile.
Definition at line 43 of file KvmDevice.idl.
| string radm::KvmDevice::UsbProfile::description |
Profile description.
Definition at line 47 of file KvmDevice.idl.
| int radm::KvmDevice::UsbProfile::id |
Profile ID.
Definition at line 45 of file KvmDevice.idl.
| long radm::KvmDevice::UsbProfile::key |
Profile key.
Definition at line 44 of file KvmDevice.idl.
| string radm::KvmDevice::UsbProfile::name |
Profile name.
Definition at line 46 of file KvmDevice.idl.
| UsbProfileSettings radm::KvmDevice::UsbProfile::settings |
Profile settings.
Definition at line 49 of file KvmDevice.idl.
| boolean radm::KvmDevice::UsbProfile::systemProfile |
Whether the profile is a system (built-in) profile.
Definition at line 48 of file KvmDevice.idl.