Raritan PX2/PX3 JSON-RPC API
pdu-json-rpc-api
idl
Usb.idl
1
4
module
usb
{
5
7
structure
UsbDevice
{
8
int
bus
;
9
int
device
;
10
int
vendorId
;
11
int
productId
;
12
};
13
15
interface
Usb_1_0_1
{
16
18
structure
Settings
{
19
boolean
hostPortsEnabled
;
20
};
21
27
Settings
getSettings();
28
36
int
setSettings(in
Settings
settings);
37
43
void
getDevices(out vector<UsbDevice> usbDevices);
44
45
};
46
47
}
usb::Usb_1_0_1::Settings::hostPortsEnabled
boolean hostPortsEnabled
to deactivate the device's USB-A host ports
Definition:
Usb.idl:19
usb::Usb_1_0_1::Settings
USB interface settings.
Definition:
Usb.idl:18
usb
USB Ports.
Definition:
Usb.idl:4
usb::UsbDevice::vendorId
int vendorId
Vendor ID.
Definition:
Usb.idl:10
usb::UsbDevice
USB device information.
Definition:
Usb.idl:7
usb::Usb_1_0_1
USB interface.
Definition:
Usb.idl:15
usb::UsbDevice::device
int device
Device address.
Definition:
Usb.idl:9
usb::UsbDevice::bus
int bus
Bus number.
Definition:
Usb.idl:8
usb::UsbDevice::productId
int productId
Product ID.
Definition:
Usb.idl:11
Generated on Wed Jun 19 2019 19:15:10 for Raritan PX2/PX3 JSON-RPC API by
1.8.14