Uses of Interface
javax.usb.UsbPort

Packages that use UsbPort
com.ibm.jusb   
com.ibm.jusb.tools.swing   
com.mcreations.usb.windows   
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. 
 

Uses of UsbPort in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbPort
 class UsbPortImp
          UsbPort implementation.
 

Methods in com.ibm.jusb that return UsbPort
 UsbPort UsbDeviceImp.getParentUsbPort()
           
 UsbPort UsbHubImp.getUsbPort(byte number)
          Get the specified port.
 

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

Methods in com.ibm.jusb.tools.swing that return UsbPort
 UsbPort UsbPortPanel.getUsbPort()
           
 

Methods in com.ibm.jusb.tools.swing with parameters of type UsbPort
protected  DefaultMutableTreeNode SwingUsbView.getPortNode(UsbPort port)
           
 

Constructors in com.ibm.jusb.tools.swing with parameters of type UsbPort
UsbPortPanel(UsbPort port)
           
 

Uses of UsbPort in com.mcreations.usb.windows
 

Methods in com.mcreations.usb.windows that return UsbPort
 UsbPort WindowsHubOsImp.getUsbPort(byte number)
           
 

Uses of UsbPort in javax.usb
 

Methods in javax.usb that return UsbPort
 UsbPort UsbDevice.getParentUsbPort()
          Get the UsbPort on the parent UsbHub that this device is connected to.
 UsbPort UsbHub.getUsbPort(byte number)
          Get a specific UsbPort by port number.
 

Uses of UsbPort in javax.usb.util
 

Methods in javax.usb.util that return UsbPort
 UsbPort UsbUtil.SynchronizedUsbDevice.getParentUsbPort()
           
 



Copyright © 2012 LSST. All Rights Reserved.