(file) Return to CIM_LabelReaderStatData.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               // ==================================================================
 5               //  CIM_LabelReaderStatData 
 6               // ==================================================================
 7                  [Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageLib" ), 
 9                   Description ( 
10                      "Statistics for a LabelReader, related to read successes, "
11                      "failures and retries. The element whose statistics are "
12                      "described is associated using the relationship, "
13                      "ElementStatisticalData." )]
14               class CIM_LabelReaderStatData : CIM_StatisticalData {
15               
16                     [Description ( 
17                         "The number of successful physical label scans." ), 
18                      Counter]
19                  uint64 ScanSuccesses;
20               
21                     [Description ( "The number of failed physical label scans." ), 
22 karl  1.1.2.2        Counter]
23                  uint64 ScanFailures;
24               
25                     [Description ( "The number of retried physical label scans." ), 
26                      Counter]
27                  uint64 ScanRetries;
28               
29               
30               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2