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

 1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
 2                  [Version ( "2.22.0" ), 
 3                   UMLPackagePath ( "CIM::Device::Ports" ), 
 4                   Description ( 
 5                      "CIM_WiFiPortCapabilities is a specialization of "
 6                      "CIM_NetworkPortCapabilities that describes the capabilities of "
 7                      "a WiFiPort." )]
 8               class CIM_WiFiPortCapabilities : CIM_NetworkPortCapabilities {
 9               
10                     [Description ( 
11                         "The 802.11 modes that the Port supports. See description "
12                         "of PortType property in CIM_WiFiPort for more "
13                         "information." ), 
14                      ValueMap { "0", "1", "70", "71", "72", "73", "..", "16000.." }, 
15                      Values { "Unknown", "Other", "802.11a", "802.11b", "802.11g", 
16                         "802.11n", "DMTF Reserved", "Vendor Reserved" }, 
17                      ModelCorrespondence { "CIM_WiFiPort.PortType", 
18                         "CIM_WiFiPortCapabilities.OtherSupportedPortTypes" }]
19                  uint16 SupportedPortTypes[];
20               
21                     [Description ( 
22 karl  1.1.2.2           "Additional 802.11 modes supported by the associated "
23                         "WiFiPort, but not listed in the valuemap for "
24                         "SupportedPortTypes." ), 
25                      ModelCorrespondence { "CIM_WiFiPort.OtherPortType", 
26                         "CIM_WiFiPortCapabilities.SupportedPortTypes" }]
27                  string OtherSupportedPortTypes[];
28               
29               
30               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2