| Package | Description |
|---|---|
| com.ibm.jusb | |
| com.ibm.jusb.os.linux | |
| com.mcreations.usb.windows |
| Modifier and Type | Class and Description |
|---|---|
class |
UsbHubImp
UsbHub implementation.
|
class |
VirtualRootUsbHubImp
Virtual root UsbHub implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected UsbDeviceImp |
UsbControlIrpImp.usbDeviceImp |
| Modifier and Type | Method and Description |
|---|---|
UsbDeviceImp |
UsbControlIrpImp.getUsbDeviceImp()
Get the UsbDeviceImp.
|
UsbDeviceImp |
UsbPortImp.getUsbDeviceImp() |
UsbDeviceImp |
UsbConfigurationImp.getUsbDeviceImp() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsbHubImp.addUsbDeviceImp(UsbDeviceImp usbDeviceImp,
byte portNumber)
Attach this device to this hub at the specified port.
|
void |
UsbPortImp.attachUsbDeviceImp(UsbDeviceImp device)
Attaches the UsbDeviceImp to this port.
|
void |
UsbPortImp.detachUsbDeviceImp(UsbDeviceImp device)
Detaches the attached UsbDeviceImp from this port.
|
void |
UsbHubImp.removeUsbDeviceImp(UsbDeviceImp usbDeviceImp,
byte portNumber)
Remove the device from this hub at the specified port.
|
void |
UsbControlIrpImp.setUsbDeviceImp(UsbDeviceImp device)
Set the UsbDeviceImp.
|
void |
UsbConfigurationImp.setUsbDeviceImp(UsbDeviceImp device)
Set the UsbDeviceImp.
|
| Constructor and Description |
|---|
UsbConfigurationImp(UsbDeviceImp device,
UsbConfigurationDescriptor desc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LinuxUsbServices.isUsbDevicesEqual(UsbDeviceImp dev1,
UsbDeviceImp dev2)
Return if the specified devices appear to be equal.
|
protected void |
LinuxUsbServices.setActiveConfigAndInterfaceSettings(UsbDeviceImp device)
Find and set the active config and interface settings for this device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsHubOsImp
Windows implementation of an UsbHub is just a thin wrapper
around
UsbHubImp. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
WindowsUsbServices.isUsbDevicesEqual(UsbDeviceImp dev1,
UsbDeviceImp dev2)
Return if the specified devices appear to be equal.
|
Copyright © 2014 LSST. All Rights Reserved.