|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsbControlIrp | |
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.util | Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification. |
Uses of UsbControlIrp in javax.usb |
Methods in javax.usb that return UsbControlIrp | |
UsbControlIrp |
UsbPipe.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
Create a UsbControlIrp. |
UsbControlIrp |
UsbDevice.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
Create a UsbControlIrp. |
Methods in javax.usb with parameters of type UsbControlIrp | |
void |
UsbDevice.syncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp synchronously to the Default Control Pipe. |
void |
UsbDevice.asyncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp asynchronously to the Default Control Pipe. |
Uses of UsbControlIrp in javax.usb.event |
Methods in javax.usb.event that return UsbControlIrp | |
UsbControlIrp |
UsbDeviceErrorEvent.getUsbControlIrp()
Get the UsbControlIrp associated with this event. |
UsbControlIrp |
UsbDeviceDataEvent.getUsbControlIrp()
Get the UsbControlIrp associated with this event. |
Constructors in javax.usb.event with parameters of type UsbControlIrp | |
UsbDeviceErrorEvent(UsbDevice source,
UsbControlIrp irp)
Constructor. |
|
UsbDeviceDataEvent(UsbDevice source,
UsbControlIrp irp)
Constructor. |
Uses of UsbControlIrp in javax.usb.util |
Classes in javax.usb.util that implement UsbControlIrp | |
class |
DefaultUsbControlIrp
UsbControlIrp default implementation. |
Methods in javax.usb.util that return UsbControlIrp | |
UsbControlIrp |
UsbUtil.SynchronizedUsbDevice.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
|
UsbControlIrp |
UsbUtil.SynchronizedUsbPipe.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
|
Methods in javax.usb.util with parameters of type UsbControlIrp | |
void |
UsbUtil.SynchronizedUsbDevice.syncSubmit(UsbControlIrp irp)
|
void |
UsbUtil.SynchronizedUsbDevice.asyncSubmit(UsbControlIrp irp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |