(file) Return to CIM_USBHub.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_USBHub 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::USB" ), 
 9               Description ( "USB Hub Device." )]
10           class CIM_USBHub : CIM_USBDevice {
11           
12                 [Description ( 
13                     "Indicates whether power to the Hub Ports is individually "
14                     "or gang-switched. If this value is FALSE, power is "
15                     "switched individually for each Port. If this value is "
16                     "TRUE, power is switched to all Ports on the Hub at once." )]
17              boolean GangSwitched;
18           
19                 [Description ( 
20                     "Number of downstream Ports on the Hub, including those "
21                     "embedded in the Hub\'s silicon. Individual USBPorts are "
22 marek 1.1           "associated with the Hub using the USBPortOnHub "
23                     "association." )]
24              uint8 NumberOfPorts;
25           
26           
27           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2