public interface UsbDeviceDescriptor extends UsbDescriptor
See the USB 1.1 specification section 9.6.1.
| Modifier and Type | Method and Description |
|---|---|
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.
|
bDescriptorType, bLengthshort 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.