次の方法で共有


USBDBG PDD Structures (Compact 2013)

10/16/2014

The list below describes the USBDBG PDD structures that contain USB descriptors and interface information.

  • USB_STRING
    Contains a USB string descriptor, which contains human readable information and is optional.
  • USBDBG_DEVICE_DESCRIPTOR
    Contains a USB device descriptor, which consists of one device descriptor and one or more configuration descriptors.
  • USBDBG_INTERFACE_DESCRIPTOR
    Contains a USB interface descriptor, which consists of one interface descriptor and one or more endpoint descriptors.
  • USBDBG_PDD_INTERFACE_INFO
    Contains pointers to the functions that implement the USBDBG platform-dependent device driver (PDD) interface.

See Also

Reference

USBDBG PDD Reference