|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsbDeviceDescriptor
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 |
---|
short bcdUSB()
This is unsigned.
byte bDeviceClass()
This is unsigned.
byte bDeviceSubClass()
This is unsigned.
byte bDeviceProtocol()
This is unsigned.
byte bMaxPacketSize0()
This is unsigned.
short idVendor()
This is unsigned.
short idProduct()
This is unsigned.
short bcdDevice()
This is unsigned.
byte iManufacturer()
This is unsigned.
byte iProduct()
This is unsigned.
byte iSerialNumber()
This is unsigned.
byte bNumConfigurations()
This is unsigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |