Raritan PX2/PX3 JSON-RPC API
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
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
{
16
22
void
getDevices(out vector<UsbDevice> usbDevices);
23
24
};
25
26
}
usb::Usb
USB interface.
Definition:
Usb.idl:15
usb::UsbDevice::vendorId
int vendorId
Vendor ID.
Definition:
Usb.idl:10
usb::UsbDevice
USB device information.
Definition:
Usb.idl:7
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 Sep 21 2016 16:57:00 for Raritan PX2/PX3 JSON-RPC API by
1.8.6