| 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 |
UsbEndpointImp
UsbEndpoint implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UsbEndpoint |
UsbPipeImp.getUsbEndpoint() |
UsbEndpoint |
UsbInterfaceImp.getUsbEndpoint(byte address) |
| Modifier and Type | Method and Description |
|---|---|
UsbEndpoint |
UsbEndpointPanel.getUsbEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwingUsbView.createEndpoint(UsbEndpoint ep,
DefaultMutableTreeNode node) |
protected DefaultMutableTreeNode |
SwingUsbView.getEndpointNode(UsbEndpoint ep) |
| Constructor and Description |
|---|
UsbEndpointPanel(UsbEndpoint ep) |
| Modifier and Type | Method and Description |
|---|---|
UsbEndpoint |
UsbPipe.getUsbEndpoint()
Get this pipe's UsbEndpoint.
|
UsbEndpoint |
UsbInterface.getUsbEndpoint(byte address)
Get a specific UsbEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UsbEndpoint |
UsbUtil.SynchronizedUsbPipe.getUsbEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
static UsbEndpoint |
UsbComm.getEndpoint(UsbInterface iface,
int epAddr)
Gets a USB endpoint for the specified interface.
|
Copyright © 2014 LSST. All Rights Reserved.