(file) Return to CIM_ConnectionBasedModem.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="CIMCoreCR00752.000" type ="change">Update of
 3           // descriptions based on Tech Edit review.</
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_ConnectionBasedModem
 8           // ==================================================================
 9              [Abstract, Version ( "2.10.0" ), 
10               UMLPackagePath ( "CIM::Device::Modems" ), 
11               Description ( 
12                  "CIM_ConnectionBasedModem is the superclass for grouping the "
13                  "numerous types of connection-based Modems. A CableModem is a "
14                  "type of connection-based Modem." )]
15           class CIM_ConnectionBasedModem : CIM_Modem {
16           
17                 [Description ( 
18                     "VendorID information is reported through Modem-specific "
19                     "requests. For example, for ADSLModem Devices, the "
20                     "VendorID is assigned by T1E1.4 according to T1.413, "
21                     "Appendix D. The correct place in the CIM Schema for this "
22 marek 1.1           "information is in PhysicalElement (the Manufacturer "
23                     "property) for hardware and Product (the Vendor property) "
24                     "if the information is related to Product acquisition. "
25                     "This data is also reported here because it is part of "
26                     "the standard output from the Device and is an "
27                     "optimization." )]
28              string VendorID;
29           
30           
31           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2