USB defines class code information that is used to identify a device’s functionality and to nominally load a device driver based on that functionality. The information is contained in three bytes with the names Base Class, SubClass, and Protocol. (Note that ‘Base Class’ is used in this de...
2.1 Video Interface Class: 视频接口类(Video interface class)将所有可以与 USB 兼容视频数据流交互的功能分组。事实上,Video interface class包含了VC和VS。 视频接口类有专门的code码标识: 2.2 Video Interface subclass and Protocol: Video interface class又细分两种subclass类: Video Control interface Video strea...
类规范bDeviceClass Code驱动程序名称Windows 支持 蓝牙类0xE0Bthusb.sysWindows XP 及更高版本 芯片/智能卡接口设备 (CCID)0x0BUsbccid.sys Windows Server 2008 及更高版本 Windows Vista 及更高版本 Windows Server 2003 Windows XP Windows 2000 Hub 类0x09Usbhub.sys ...
通过指定ClassCode、SubclassCode 和 ProtocolCode 属性值创建 UsbDeviceClass对象。或者,如果知道设备的设备类,可以通过指定特定的UsbDeviceClasses属性来调用构造函数。 查找设备 - 基本方法 这是查找 USB 设备的最简单方法。 有关详细信息,请参阅快速入门:枚举常用设备。
The USB class code. CreationClassName Data type:string Access type: Read-only Qualifiers:Key,MaxLen(256) The class name used to create an instance of the logical device.CreationClassNameis combined with other key properties of this class to uniquely identify instances of this class and its subcl...
4.1 USB 学习指南阅读源码时,经常碰到如下术语: HCD(Host Controller Driver)DCD(Device Controller Driver)PCD(Low layer USB Peripheral Control Driver)CDC(Communication Device Class) 4.1 USB 学…
UsbDeviceClass.ClassCode 属性 参考 反馈 定义 命名空间: Windows.Devices.Usb 编辑 获取或设置设备的类代码。 C# 复制 public byte ClassCode { get; set; } 属性值 Byte 设备类代码。 适用于 产品版本 WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build...
PCI_CLASSCODE_OFFSET,sizeof(USB_CLASSC)/sizeof(UINT8),&UsbClassCReg);if(EFI_ERROR(Status)){Status=EFI_UNSUPPORTED;gotoON_EXIT;}/// Test whether the controller belongs to Xhci type//if((UsbClassCReg.BaseCode!=PCI_CLASS_SERIAL)||(UsbClassCReg.SubClassCode!=PCI_CLASS_SERIAL_USB)||(Usb...
5、双击Class展开,找到一列36FC9E60-C465-11CF-8056-444553540000),右键单击它,选择“删除”。 6、在下一步提示中,如果看到UpperFilters和LowerFilters,删除它们。 7、关闭注册表编辑器,重启电脑,看看错误是否修复。 方法二、更新设备驱动程序 错误代码19可能是由于损坏/错误或不兼容的设备驱动程序导致的。这种情况下...
该navigator.usb.requestDevice函数接受一个定义为的强制性JavaScript对象filters。这些过滤器用于将任何USB设备与给定的供应商(vendorId)和可选的产品(productId)标识符进行匹配。在classCode,protocolCode,serialNumber,和subclassCode键也可以在那里定义为好。