Uses of Interface
javax.usb.UsbPort

Packages that use UsbPort
com.ibm.jusb   
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 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()