Uses of Interface
javax.usb.UsbDescriptor

Packages that use UsbDescriptor
com.ibm.jusb   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
 

Uses of UsbDescriptor in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbDescriptor
 class UsbConfigurationDescriptorImp
          UsbConfigurationDescriptor implementation.
 class UsbDescriptorImp
          UsbDescriptor implementation.
 class UsbDeviceDescriptorImp
           
 class UsbEndpointDescriptorImp
          UsbEndpointDescriptor implementation.
 class UsbInterfaceDescriptorImp
          UsbInterfaceDescriptor implementation.
 class UsbStringDescriptorImp
          UsbStringDescriptor implementation.
 

Uses of UsbDescriptor in javax.usb
 

Subinterfaces of UsbDescriptor in javax.usb
 interface UsbConfigurationDescriptor
          Interface for a USB configuration descriptor.
 interface UsbDeviceDescriptor
          Interface for a USB device descriptor.
 interface UsbEndpointDescriptor
          Interface for a USB endpoint descriptor.
 interface UsbInterfaceDescriptor
          Interface for a USB interface descriptor.
 interface UsbStringDescriptor
          Interface for a USB string descriptor.