Jungo WinDriver
Official Documentation
|
#include <windrvr_usb.h>
Data Fields | |
WDU_DEVICE_DESCRIPTOR | Descriptor |
CDevice descriptor information structure. | |
WDU_PIPE_INFO | Pipe0 |
Pipe information structure for the device's default control pipe (pipe 0) | |
WDU_CONFIGURATION * | pConfigs |
Pointer to the beginning of an array of configuration information structures describing the device's configurations. | |
WDU_CONFIGURATION * | pActiveConfig |
Pointer to the device's active configuration information structure, stored in the pConfigs array. | |
WDU_INTERFACE * | pActiveInterface [WD_USB_MAX_INTERFACES] |
Array of pointers to interface information structures; the non-NULL elements in the array represent the device's active interfaces. | |
Definition at line 258 of file windrvr_usb.h.