Jungo WinDriver
Official Documentation
|
#include <windrvr_usb.h>
Data Fields | |
USHORT | wVendorId |
Required USB Vendor ID to detect, as assigned by USB-IF (*) | |
USHORT | wProductId |
Required USB Product ID to detect, as assigned by the product manufacturer (*) | |
UCHAR | bDeviceClass |
The device's class code, as assigned by USB-IF (*) | |
UCHAR | bDeviceSubClass |
The device's sub-class code, as assigned by USB-IF (*) | |
UCHAR | bInterfaceClass |
The interface's class code, as assigned by USB-IF (*) | |
UCHAR | bInterfaceSubClass |
The interface's sub-class code, as assigned by USB-IF (*) | |
UCHAR | bInterfaceProtocol |
The interface's protocol code, as assigned by USB-IF (*) | |
Definition at line 290 of file windrvr_usb.h.