|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsbControlIrp | |
---|---|
com.ibm.jusb | |
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 com.ibm.jusb |
---|
Classes in com.ibm.jusb that implement UsbControlIrp | |
---|---|
class |
UsbControlIrpImp
UsbControlIrp implementation. |
Methods in com.ibm.jusb that return UsbControlIrp | |
---|---|
UsbControlIrp |
UsbPipeImp.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
Create a UsbControlIrp. |
UsbControlIrp |
UsbDeviceImp.createUsbControlIrp(byte bmRequestType,
byte bRequest,
short wValue,
short wIndex)
Create a UsbControlIrp. |
Methods in com.ibm.jusb with parameters of type UsbControlIrp | |
---|---|
void |
UsbDeviceImp.asyncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp asynchronously to the Default Control Pipe. |
static void |
UsbControlIrpImp.checkUsbControlIrp(UsbControlIrp irp)
Check the specified UsbControlIrp. |
void |
UsbDeviceImp.syncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp synchronously to the Default Control Pipe. |
Constructors in com.ibm.jusb with parameters of type UsbControlIrp | |
---|---|
UsbControlIrpImp(UsbControlIrp controlUsbIrp)
Constructor. |
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.asyncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp asynchronously to the Default Control Pipe. |
void |
UsbDevice.syncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp synchronously 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 | |
---|---|
UsbDeviceDataEvent(UsbDevice source,
UsbControlIrp irp)
Constructor. |
|
UsbDeviceErrorEvent(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.asyncSubmit(UsbControlIrp irp)
|
void |
UsbUtil.SynchronizedUsbDevice.syncSubmit(UsbControlIrp irp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |