(file) Return to CIM_Keyboard.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_Keyboard 
 6           // ==================================================================
 7              [Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Device::UserDevices" ), 
 9               Description ( 
10                  "Capabilities and management of the Keyboard LogicalDevice." )]
11           class CIM_Keyboard : CIM_UserDevice {
12           
13                 [Description ( "Number of function keys on the Keyboard." )]
14              uint16 NumberOfFunctionKeys;
15           
16                 [Description ( 
17                     "A free-form string indicating the format and layout of "
18                     "the Keyboard." ), 
19                  MappingStrings { "MIF.DMTF|Keyboard|004.1" }]
20              string Layout;
21           
22 marek 1.1       [Description ( 
23                     "An integer indicating whether a hardware-level password "
24                     "is enabled at the keyboard (value=4), preventing local "
25                     "input. Other values are: \"Disabled\" (3), \"Not "
26                     "Implemented\" (5), \"Other\" (1) and \"Unknown\" (2)." ), 
27                  ValueMap { "1", "2", "3", "4", "5" }, 
28                  Values { "Other", "Unknown", "Disabled", "Enabled", 
29                     "Not Implemented" }, 
30                  MappingStrings { "MIF.DMTF|System Hardware Security|001.2" }]
31              uint16 Password;
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2