|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsbPipe | |
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.util | Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification. |
Uses of UsbPipe in javax.usb |
Methods in javax.usb that return UsbPipe | |
UsbPipe |
UsbEndpoint.getUsbPipe()
Get the UsbPipe for this UsbEndpoint. |
Uses of UsbPipe in javax.usb.event |
Methods in javax.usb.event that return UsbPipe | |
UsbPipe |
UsbPipeEvent.getUsbPipe()
Get the UsbPipe. |
Constructors in javax.usb.event with parameters of type UsbPipe | |
UsbPipeEvent(UsbPipe source)
Constructor. |
|
UsbPipeEvent(UsbPipe source,
UsbIrp uI)
Constructor. |
|
UsbPipeErrorEvent(UsbPipe source,
UsbException uE)
Constructor. |
|
UsbPipeErrorEvent(UsbPipe source,
UsbIrp uI)
Constructor. |
|
UsbPipeDataEvent(UsbPipe source,
byte[] d,
int aL)
Constructor. |
|
UsbPipeDataEvent(UsbPipe source,
UsbIrp uI)
Constructor. |
Uses of UsbPipe in javax.usb.util |
Classes in javax.usb.util that implement UsbPipe | |
static class |
UsbUtil.SynchronizedUsbPipe
A synchronized UsbPipe wrapper implementation. |
Fields in javax.usb.util declared as UsbPipe | |
UsbPipe |
UsbUtil.SynchronizedUsbPipe.usbPipe
|
Methods in javax.usb.util that return UsbPipe | |
static UsbPipe |
UsbUtil.synchronizedUsbPipe(UsbPipe usbPipe)
Create a synchronized UsbPipe. |
Methods in javax.usb.util with parameters of type UsbPipe | |
static UsbPipe |
UsbUtil.synchronizedUsbPipe(UsbPipe usbPipe)
Create a synchronized UsbPipe. |
Constructors in javax.usb.util with parameters of type UsbPipe | |
UsbUtil.SynchronizedUsbPipe(UsbPipe usbPipe)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |