📄 cim_usbhub.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_USBHub// ================================================================== [UMLPackagePath ( "CIM::Device::USB" ), Version ( "2.6.0" ), Description ( "USB Hub Device.")]class CIM_USBHub : CIM_USBDevice { [Description ( "Indicates whether power to the Hub Ports is individually or " "gang-switched. If this value is FALSE, power is switched " "individually for each Port. If this value is TRUE, power is " "switched to all Ports on the Hub at once.")] boolean GangSwitched; [Description ( "Number of downstream Ports on the Hub, including those " "embedded in the Hub's silicon. Individual USBPorts are " "associated with the Hub using the USBPortOnHub association.")] uint8 NumberOfPorts;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -