|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a USB device descriptor.
See the USB 1.1 specification section 9.6.1.
Method Summary | |
short |
bcdDevice()
Get this descriptor's bcdDevice. |
short |
bcdUSB()
Get this descriptor's bcdUSB. |
byte |
bDeviceClass()
Get this descriptor's bDeviceClass. |
byte |
bDeviceProtocol()
Get this descriptor's bDeviceProtocol. |
byte |
bDeviceSubClass()
Get this descriptor's bDeviceSubClass. |
byte |
bMaxPacketSize0()
Get this descriptor's bMaxPacketSize. |
byte |
bNumConfigurations()
Get this descriptor's bNumConfigurations. |
short |
idProduct()
Get this descriptor's idProduct. |
short |
idVendor()
Get this descriptor's idVendor. |
byte |
iManufacturer()
Get this descriptor's iManufacturer. |
byte |
iProduct()
Get this descriptor's iProduct. |
byte |
iSerialNumber()
Get this descriptor's iSerialNumber. |
Methods inherited from interface javax.usb.UsbDescriptor |
bDescriptorType, bLength |
Method Detail |
public short bcdUSB()
This is unsigned.
public byte bDeviceClass()
This is unsigned.
public byte bDeviceSubClass()
This is unsigned.
public byte bDeviceProtocol()
This is unsigned.
public byte bMaxPacketSize0()
This is unsigned.
public short idVendor()
This is unsigned.
public short idProduct()
This is unsigned.
public short bcdDevice()
This is unsigned.
public byte iManufacturer()
This is unsigned.
public byte iProduct()
This is unsigned.
public byte iSerialNumber()
This is unsigned.
public byte bNumConfigurations()
This is unsigned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |