Jungo WinDriver  
Official Documentation
WDU_DEVICE_DESCRIPTOR Struct Reference

#include <windrvr_usb.h>

Data Fields

UCHAR bLength
 Size, in bytes, of the descriptor (18 bytes) More...
 
UCHAR bDescriptorType
 Device descriptor (0x01) More...
 
USHORT bcdUSB
 Number of the USB specification with which the device complies. More...
 
UCHAR bDeviceClass
 The device's class. More...
 
UCHAR bDeviceSubClass
 The device's sub-class. More...
 
UCHAR bDeviceProtocol
 The device's protocol. More...
 
UCHAR bMaxPacketSize0
 Maximum size of transferred packets. More...
 
USHORT idVendor
 Vendor ID, as assigned by USB-IF. More...
 
USHORT idProduct
 Product ID, as assigned by the product manufacturer. More...
 
USHORT bcdDevice
 Device release numbe. More...
 
UCHAR iManufacturer
 Index of manufacturer string descriptor. More...
 
UCHAR iProduct
 Index of product string descriptor. More...
 
UCHAR iSerialNumber
 Index of serial number string descriptor. More...
 
UCHAR bNumConfigurations
 Number of possible configurations. More...
 

Detailed Description

Definition at line 188 of file windrvr_usb.h.


The documentation for this struct was generated from the following file: