次の方法で共有


USBDBG_DEVICE_DESCRIPTOR (Compact 2013)

10/16/2014

This structure contains a USB device descriptor, which consists of one device descriptor and one or more configuration descriptors.

Syntax

typedef struct USBDBG_DEVICE_DESCRIPTOR
{
    USB_DEVICE_DESCRIPTOR* pUsbDeviceDescriptor;
    USBDBG_CONFIG_DESCRIPTOR** ppUsbConfigDescriptors;
} USBDBG_DEVICE_DESCRIPTOR;

Members

  • pUsbDeviceDescriptor
    Pointer to a USB device descriptor.
  • ppUsbConfigDescriptors
    Pointer to a pointer to an array of USB configuration descriptors.

Remarks

For more information about the USB device descriptor, see the USB 2.0 specification.

Requirements

Header

UsbDbgDdsi.h

See Also

Reference

USBDBG PDD Structures
USBDBG_CONFIG_DESCRIPTOR