| 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.event |
Classes and interfaces modeling an event model (similar to JavaBeans event model) for USB devices and pipes.
|
| javax.usb.examples | |
| 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 |
UsbControlPipeImp
UsbPipe platform-independent implementation for Control-type pipes.
|
class |
UsbPipeImp
UsbPipe platform-independent implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UsbPipe |
UsbEndpointImp.getUsbPipe() |
| Modifier and Type | Method and Description |
|---|---|
UsbPipe |
UsbPipePanel.getUsbPipe() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsbIrpPanel.submit(UsbPipe pipe) |
| Constructor and Description |
|---|
UsbPipePanel(UsbPipe pipe) |
| Modifier and Type | Method and Description |
|---|---|
UsbPipe |
UsbEndpoint.getUsbPipe()
Get the UsbPipe for this UsbEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UsbPipe |
UsbPipeEvent.getUsbPipe()
Get the UsbPipe.
|
| Constructor and Description |
|---|
UsbPipeDataEvent(UsbPipe source,
byte[] d,
int aL)
Constructor.
|
UsbPipeDataEvent(UsbPipe source,
UsbIrp uI)
Constructor.
|
UsbPipeErrorEvent(UsbPipe source,
UsbException uE)
Constructor.
|
UsbPipeErrorEvent(UsbPipe source,
UsbIrp uI)
Constructor.
|
UsbPipeEvent(UsbPipe source)
Constructor.
|
UsbPipeEvent(UsbPipe source,
UsbIrp uI)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
UsbPipe |
MouseDriver.HidMouseRunnable.usbPipe |
| Constructor and Description |
|---|
MouseDriver.HidMouseRunnable(UsbPipe pipe) |
| Modifier and Type | Class and Description |
|---|---|
static class |
UsbUtil.SynchronizedUsbPipe
A synchronized UsbPipe wrapper implementation.
|
| Modifier and Type | Field and Description |
|---|---|
UsbPipe |
UsbUtil.SynchronizedUsbPipe.usbPipe |
| Modifier and Type | Method and Description |
|---|---|
static UsbPipe |
UsbUtil.synchronizedUsbPipe(UsbPipe usbPipe)
Create a synchronized UsbPipe.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbPipe |
UsbUtil.synchronizedUsbPipe(UsbPipe usbPipe)
Create a synchronized UsbPipe.
|
| Constructor and Description |
|---|
UsbUtil.SynchronizedUsbPipe(UsbPipe usbPipe) |
| Constructor and Description |
|---|
UsbCommPipe(UsbPipe pipe)
Constructor
|
Copyright © 2014 LSST. All Rights Reserved.