![]() |
Jungo WinDriver
Official Documentation
|
#include <windrvr_usb.h>
Data Fields | |
| UCHAR | bLength |
| Size, in bytes, of the descriptor (18 bytes) | |
| UCHAR | bDescriptorType |
| Device descriptor (0x01) | |
| USHORT | bcdUSB |
| Number of the USB specification with which the device complies. | |
| UCHAR | bDeviceClass |
| The device's class. | |
| UCHAR | bDeviceSubClass |
| The device's sub-class. | |
| UCHAR | bDeviceProtocol |
| The device's protocol. | |
| UCHAR | bMaxPacketSize0 |
| Maximum size of transferred packets. | |
| USHORT | idVendor |
| Vendor ID, as assigned by USB-IF. | |
| USHORT | idProduct |
| Product ID, as assigned by the product manufacturer. | |
| USHORT | bcdDevice |
| Device release numbe. | |
| UCHAR | iManufacturer |
| Index of manufacturer string descriptor. | |
| UCHAR | iProduct |
| Index of product string descriptor. | |
| UCHAR | iSerialNumber |
| Index of serial number string descriptor. | |
| UCHAR | bNumConfigurations |
| Number of possible configurations. | |
Definition at line 188 of file windrvr_usb.h.