| Package | Description |
|---|---|
| com.ibm.jusb | |
| com.ibm.jusb.tools.swing | |
| javax.usb |
Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations.
|
| javax.usb.util |
Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification.
|
| org.lsst.ccs.drivers.usb |
| Modifier and Type | Class and Description |
|---|---|
class |
UsbConfigurationImp
UsbConfiguration implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UsbConfiguration |
UsbDeviceImp.getActiveUsbConfiguration() |
UsbConfiguration |
UsbInterfaceImp.getUsbConfiguration() |
UsbConfiguration |
UsbDeviceImp.getUsbConfiguration(byte number) |
| Modifier and Type | Method and Description |
|---|---|
UsbConfiguration |
UsbConfigurationPanel.getUsbConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwingUsbView.createConfiguration(UsbConfiguration configuration,
DefaultMutableTreeNode node) |
protected DefaultMutableTreeNode |
SwingUsbView.getConfigurationNode(UsbConfiguration configuration) |
| Constructor and Description |
|---|
UsbConfigurationPanel(UsbConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
UsbConfiguration |
UsbDevice.getActiveUsbConfiguration()
Get the active UsbConfiguration.
|
UsbConfiguration |
UsbInterface.getUsbConfiguration()
Get the parent UsbConfiguration that this UsbInterface belongs to.
|
UsbConfiguration |
UsbDevice.getUsbConfiguration(byte number)
Get the specified UsbConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
UsbConfiguration |
UsbUtil.SynchronizedUsbDevice.getActiveUsbConfiguration() |
UsbConfiguration |
UsbUtil.SynchronizedUsbDevice.getUsbConfiguration(byte number) |
| Modifier and Type | Method and Description |
|---|---|
UsbConfiguration |
UsbComm.getConfiguration()
Gets the active USB configuration for the current device
|
Copyright © 2014 LSST. All Rights Reserved.