|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbControlIrp
Interface for a control-type USB IRP (I/O Request Packet).
This is identical to a UsbIrp, except this also contains the Control-specific setup packet information.
Method Summary | |
---|---|
byte |
bmRequestType()
Get the bmRequestType. |
byte |
bRequest()
Get the bRequest. |
short |
wIndex()
Get the wIndex. |
short |
wValue()
Get the wValue. |
Methods inherited from interface javax.usb.UsbIrp |
---|
complete, getAcceptShortPacket, getActualLength, getData, getLength, getOffset, getUsbException, isComplete, isUsbException, setAcceptShortPacket, setActualLength, setComplete, setData, setData, setLength, setOffset, setUsbException, waitUntilComplete, waitUntilComplete |
Method Detail |
---|
byte bmRequestType()
byte bRequest()
short wValue()
short wIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |