|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbEndpointDescriptor
Interface for a USB endpoint descriptor.
See the USB 1.1 specification section 9.6.4.
Method Summary | |
---|---|
byte |
bEndpointAddress()
Get this descriptor's bEndpointAddress. |
byte |
bInterval()
Get this descriptor's bInterval. |
byte |
bmAttributes()
Get this descriptor's bmAttributes. |
short |
wMaxPacketSize()
Get this descriptor's wMaxPacketSize. |
Methods inherited from interface javax.usb.UsbDescriptor |
---|
bDescriptorType, bLength |
Method Detail |
---|
byte bEndpointAddress()
This is unsigned.
byte bmAttributes()
This is unsigned.
short wMaxPacketSize()
This is unsigned.
byte bInterval()
This is unsigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |