| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
USB interface. More...
| Classes | |
| struct | Settings | 
| USB interface settings.  More... | |
| struct | SettingsChangedEvent | 
| Event: Settings have changed.  More... | |
| Public Member Functions | |
| Settings | getSettings () | 
| Retrieve the USB interface settings.  More... | |
| int | setSettings (in Settings settings) | 
| Change the USB interface settings.  More... | |
| void | getDevices (out vector< UsbDevice > usbDevices) | 
| Get a list of USB devices connected to the host port.  More... | |
USB interface.
| void usb::Usb::getDevices | ( | out vector< UsbDevice > | usbDevices | ) | 
Get a list of USB devices connected to the host port.
| usbDevices | Result: List of discovered devices | 
| Settings usb::Usb::getSettings | ( | ) | 
Retrieve the USB interface settings.
| int usb::Usb::setSettings | ( | in Settings | settings | ) | 
Change the USB interface settings.
| settings | New settings |