|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public byte bEndpointAddress()
This is unsigned.
public byte bmAttributes()
This is unsigned.
public short wMaxPacketSize()
This is unsigned.
public byte bInterval()
This is unsigned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |