![]() |
Jungo WinDriver
Official Documentation
|
#include <windrvr_usb.h>
Data Fields | |
| UCHAR | bLength |
| Size, in bytes, of the descriptor (7 bytes) | |
| UCHAR | bDescriptorType |
| Endpoint descriptor (0x05) | |
| UCHAR | bEndpointAddress |
| Endpoint address: Use bits 0–3 for endpoint number, set bits 4–6 to zero (0), and set bit 7 to zero (0) for outbound data and to one (1) for inbound data (ignored for control endpoints). | |
| UCHAR | bmAttributes |
| Specifies the transfer type for this endpoint (control, interrupt, isochronous or bulk). | |
| USHORT | wMaxPacketSize |
| Maximum size of packets this endpoint can send or receive. | |
| UCHAR | bInterval |
| Interval, in frame counts, for polling endpoint data transfers. | |
Definition at line 151 of file windrvr_usb.h.