(file) Return to CIM_PrintSAP.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="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               // <change cr="CIMCoreCR00858" type ="change'>Update the
 7               // the properties MappingStrings.</
 8               // ==================================================================
 9               //  CIM_PrintSAP
10               // ==================================================================
11                  [Version ( "2.14.0" ), 
12                   UMLPackagePath ( "CIM::Device::Printing" ), 
13                   Description ( "The ServiceAccessPoint for a printing Service." )]
14               class CIM_PrintSAP : CIM_ServiceAccessPoint {
15               
16                     [Description ( 
17                         "Specifies the print procotols that this AccessPoint "
18                         "uses. Note, each entry of this array is related to the "
19                         "entry in the PrintProtocolInfo array that is located at "
20                         "the same index." ), 
21                      ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, 
22 karl  1.1.2.2        Values { "Unknown", "Other", "SMB", "BSD", "SYSV", "HPNP", 
23                         "IPP", "Local" }, 
24                      ArrayType ( "Indexed" ), 
25                      MappingStrings { 
26                         "MIB.IETF|IANA-PRINTER-MIB.PrtChannelInformation", 
27                         "MIB.IETF|Printer-MIB.prtChannelType" }, 
28                      ModelCorrespondence { "CIM_PrintSAP.PrintProtocolInfo" }]
29                  uint16 PrintProtocol[];
30               
31                     [Description ( 
32                         "Provides clarifying or additional information about the "
33                         "protocols that are supported by this AccessPoint. Note, "
34                         "each entry of this array is related to the entry in the "
35                         "PrintProtocol array that is located at the same index." ), 
36                      ArrayType ( "Indexed" ), 
37                      MappingStrings { 
38                         "MIB.IETF|IANA-PRINTER-MIB.PrtChannelInformation", 
39                         "MIB.IETF|Printer-MIB.prtChannelType" }, 
40                      ModelCorrespondence { "CIM_PrintSAP.PrintProtocol" }]
41                  string PrintProtocolInfo[];
42               
43 karl  1.1.2.2 
44               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2