Jungo WinDriver  
Official Documentation
WDU_ENDPOINT_DESCRIPTOR Struct Reference

#include <windrvr_usb.h>

Data Fields

UCHAR bLength
 Size, in bytes, of the descriptor (7 bytes) More...
 
UCHAR bDescriptorType
 Endpoint descriptor (0x05) More...
 
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). More...
 
UCHAR bmAttributes
 Specifies the transfer type for this endpoint (control, interrupt, isochronous or bulk). More...
 
USHORT wMaxPacketSize
 Maximum size of packets this endpoint can send or receive. More...
 
UCHAR bInterval
 Interval, in frame counts, for polling endpoint data transfers. More...
 

Detailed Description

Definition at line 151 of file windrvr_usb.h.


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