USBDBG_CONFIG_DESCRIPTOR (Compact 2013)
10/16/2014
This structure contains a USB configuration descriptor.
Syntax
typedef struct USBDBG_CONFIG_DESCRIPTOR
{
USB_CONFIGURATION_DESCRIPTOR* pUsbConfigDescriptor;
USBDBG_INTERFACE_DESCRIPTOR** ppUsbInterfaceDescriptors;
} USBDBG_CONFIG_DESCRIPTOR;
Members
- pUsbConfigDescriptor
Pointer to a USB configuration descriptor.
- ppUsbInterfaceDescriptors
Pointer to a pointer to an array of interface descriptors.
Remarks
For more information about the USB configuration descriptor, see the USB 2.0 specification.
Requirements
Header |
UsbDbgDdsi.h |