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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
 5               // to Units qualifier values.</change>
 6               // ==================================================================
 7               //  CIM_DesktopMonitor 
 8               // ==================================================================
 9                  [Version ( "2.6.0" ), 
10                   UMLPackagePath ( "CIM::Device::UserDevices" ), 
11                   Description ( 
12                      "Capabilities and management of the DesktopMonitor (CRT) "
13                      "LogicalDevice." )]
14               class CIM_DesktopMonitor : CIM_Display {
15               
16                     [Description ( 
17                         "The type of DesktopMonitor or CRT. For example, "
18                         "multiscan color or monochrome monitors (values 2 or 3, "
19                         "respectively) can be indicated in this property." ), 
20                      ValueMap { "0", "1", "2", "3", "4", "5" }, 
21                      Values { "Unknown", "Other", "Multiscan Color", 
22 karl  1.1.2.2           "Multiscan Monochrome", "Fixed Frequency Color", 
23                         "Fixed Frequency Monochrome" }]
24                  uint16 DisplayType;
25               
26                     [Description ( 
27                         "Monitor\'s bandwidth in MHertz. If unknown, enter 0." ), 
28                      Units ( "MegaHertz" ), 
29                      PUnit ( "hertz * 10^6" )]
30                  uint32 Bandwidth;
31               
32                     [Description ( 
33                         "The logical height of the Display in screen coordinates." )]
34                  uint32 ScreenHeight;
35               
36                     [Description ( 
37                         "The logical width of the Display in screen coordinates." )]
38                  uint32 ScreenWidth;
39               
40               
41               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2