Jungo WinDriver
Official Documentation
|
#include <windrvr_usb.h>
Data Fields | |
UCHAR | bLength |
Size, in bytes, of the descriptor (9 bytes) | |
UCHAR | bDescriptorType |
Interface descriptor (0x04) | |
UCHAR | bInterfaceNumber |
Interface number. | |
UCHAR | bAlternateSetting |
Alternate setting number. | |
UCHAR | bNumEndpoints |
Number of endpoints used by this interface. | |
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. | |
UCHAR | iInterface |
Index of string descriptor that describes this interface. | |
Definition at line 134 of file windrvr_usb.h.