⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_usbcontroller.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00735.001" type ="change">Update of// descriptions based on Tech Edit review.</// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_USBController// ==================================================================   [UMLPackagePath ( "CIM::Device::Controller" ), Version ( "2.10.0" ),     Description (       "Capabilities and management of a USB Host Controller.")]class CIM_USBController : CIM_Controller {      [Description (          "Indicates the latest USB Version that is supported by the "          "Controller. The property is expressed as a Binary-Coded "          "Decimal (BCD) where a decimal point is implied between the "          "second and third digits. For example, a value of 0x201 "          "indicates that version 2.01 is supported.")]   uint16 USBVersion;      [Description (          "The type of interface used between the host-system software "          "and the USBController."),        ValueMap { "0", "1", "2", "3" },        Values { "Unknown", "Other", "UHCI", "OHCI" },        ModelCorrespondence { "CIM_USBController.ControllerVersion" }]   uint16 InterfaceType;      [Description (          "Indicates the version of the USB Host Controller register "          "set, specific to the InterfaceType. The property is "          "expressed as a Binary-Coded Decimal (BCD) value where a "          "decimal point is implied between the second and third "          "digits. For example, a value of 0x103 indicates that "          "version 1.03 is supported."),        ModelCorrespondence { "CIM_USBController.InterfaceType" }]   uint16 ControllerVersion;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -