USB_INTERFACE_DESCRIPTOR structure USB_STRING_DESCRIPTOR structure USB_SUPERSPEED_ENDPOINT_COMPANION_DESCRIPTOR structure Download PDF Save Add to Collections Add to plan Share via Facebookx.comLinkedInEmail Print USB_INTERFACE_DESCRIPTOR structure (usbspec.h) ...
USB 客户端驱动程序使用 USB_INTERFACE_DESCRIPTOR 结构来检索 USB 定义的接口描述符。此结构的成员在 USB 文档库提供的通用串行总线 3.1 规范中介绍。 请参阅 9.6.5 部分。 语法 C++ 复制 typedef struct _USB_INTERFACE_DESCRIPTOR { UCHAR bLength; UCHAR bDescriptorType; UCHAR bInterfaceNumber; UCHAR ...
通过调用 WdfUsbTargetDeviceGetInterface获取的 USB 接口对象的句柄。 [in] SettingIndex 标识接口的备用设置的索引值。 有关备用设置的详细信息,请参阅 USB 规范。 [out] InterfaceDescriptor 指向框架填充的调用方分配 USB_INTERFACE_DESCRIPTOR 结构的指针。 返回值 没有 言论 如果SettingIndex 值无效,USB_INTERFACE...
WDF_USB_INTERFACE_SELECT_SETTING_PARAMS_INIT_DESCRIPTOR函式會初始化WDF_USB_INTERFACE_SELECT_SETTING_PARAMS結構,讓驅動程式可以藉由指定介面描述元來選取 USB 介面。 語法 C++ voidWDF_USB_INTERFACE_SELECT_SETTING_PARAMS_INIT_DESCRIPTOR( [out] PWDF_USB_INTERFACE_SELECT_SETTING_PARAM...
Devices.Usb 编辑 分析指定的 USB 描述符,并在 UsbInterfaceDescriptor 对象中返回备用设置信息。 C# 复制 public static UsbInterfaceDescriptor Parse(UsbDescriptor descriptor); 参数 descriptor UsbDescriptor 包含USB 接口描述符的 UsbDescriptor 对象。 返回 UsbInterfaceDescriptor UsbInterfaceDescriptor 对象描述...
参见USB Descriptors USB复合设备一般用Interface Association Descriptor(IAD)实现,就是在要合并的接口前加上IAD描述符。 IAD描述符: typedefstruct_USBInterfaceAssociationDescriptor { BYTE bLength:0x08//描述符大小BYTE bDescriptorType:0x0B//IAD描述符类型BYTE bFirstInterface:0x00//起始接口BYTE bInterfaceCount...
After a UMDF driver calls the IWDFUsbTargetDevice::RetrieveUsbInterface method to retrieve the first USB interface for the USB device, a UMDF driver should retrieve the descriptor for the USB interface. Therefore, the GetInterfaceDescriptor method does not fail. For a code example of how to us...
See USB 3.2, 9.6.4 for more information. Topics Getting the Properties bLength The size of the descriptor. bDescriptorType The type of the descriptor. bFirstInterface The first interface of the descriptor. bInterfaceCount The number of interfaces. ...
BCM2046 Bluetooth on new 8,3 MacBook Pro -- USB Interface Descriptor -- bAlternateSetting http://unix.stackexchange.com/questions/27755/bcm2046-bluetooth-on-new-8-3-macbook-pro 1Device Descriptor:2bLength183bDescriptorType14bcdUSB2.005bDeviceClass255Vendor Specific Class6bDeviceSubClass17bDevice...
The USB Interface Association Descriptor. DriverKit 19.0+ structIOUSBInterfaceAssociationDescriptor; Overview This type defines the ECN to the USB 2.0 Spec. See the USB Specification athttp://www.usb.org. USB 3.0 9.6.4: Interface Association. ...