Uses of Interface
javax.usb.UsbEndpoint

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

Uses of UsbEndpoint in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbEndpoint
 class UsbEndpointImp
          UsbEndpoint implementation.
 

Methods in com.ibm.jusb that return UsbEndpoint
 UsbEndpoint UsbPipeImp.getUsbEndpoint()
           
 UsbEndpoint UsbInterfaceImp.getUsbEndpoint(byte address)
           
 

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

Methods in com.ibm.jusb.tools.swing that return UsbEndpoint
 UsbEndpoint UsbEndpointPanel.getUsbEndpoint()
           
 

Methods in com.ibm.jusb.tools.swing with parameters of type UsbEndpoint
protected  void SwingUsbView.createEndpoint(UsbEndpoint ep, DefaultMutableTreeNode node)
           
protected  DefaultMutableTreeNode SwingUsbView.getEndpointNode(UsbEndpoint ep)
           
 

Constructors in com.ibm.jusb.tools.swing with parameters of type UsbEndpoint
UsbEndpointPanel(UsbEndpoint ep)
           
 

Uses of UsbEndpoint in javax.usb
 

Methods in javax.usb that return UsbEndpoint
 UsbEndpoint UsbPipe.getUsbEndpoint()
          Get this pipe's UsbEndpoint.
 UsbEndpoint UsbInterface.getUsbEndpoint(byte address)
          Get a specific UsbEndpoint.
 

Uses of UsbEndpoint in javax.usb.util
 

Methods in javax.usb.util that return UsbEndpoint
 UsbEndpoint UsbUtil.SynchronizedUsbPipe.getUsbEndpoint()
           
 

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

Methods in org.lsst.ccs.drivers.usb that return UsbEndpoint
static UsbEndpoint UsbComm.getEndpoint(UsbInterface iface, int epAddr)
          Gets a USB endpoint for the specified interface.
 



Copyright © 2012 LSST. All Rights Reserved.