Uses of Interface
javax.usb.UsbPipe

Packages that use UsbPipe
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   
 

Uses of UsbPipe in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbPipe
 class UsbControlPipeImp
          UsbPipe platform-independent implementation for Control-type pipes.
 class UsbPipeImp
          UsbPipe platform-independent implementation.
 

Methods in com.ibm.jusb that return UsbPipe
 UsbPipe UsbEndpointImp.getUsbPipe()
           
 

Uses of UsbPipe in com.ibm.jusb.tools.swing
 

Methods in com.ibm.jusb.tools.swing that return UsbPipe
 UsbPipe UsbPipePanel.getUsbPipe()
           
 

Methods in com.ibm.jusb.tools.swing with parameters of type UsbPipe
 void UsbIrpPanel.submit(UsbPipe pipe)
           
 

Constructors in com.ibm.jusb.tools.swing with parameters of type UsbPipe
UsbPipePanel(UsbPipe pipe)
           
 

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
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.
 

Uses of UsbPipe in javax.usb.examples
 

Fields in javax.usb.examples declared as UsbPipe
 UsbPipe MouseDriver.HidMouseRunnable.usbPipe
           
 

Constructors in javax.usb.examples with parameters of type UsbPipe
MouseDriver.HidMouseRunnable(UsbPipe pipe)
           
 

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)
           
 

Uses of UsbPipe in org.lsst.ccs.drivers.usb
 

Constructors in org.lsst.ccs.drivers.usb with parameters of type UsbPipe
UsbCommPipe(UsbPipe pipe)
          Constructor
 



Copyright © 2013 LSST. All Rights Reserved.