Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_LabelReaderStatInfo --> CIM_DeviceStatisticalInformation --> CIM_StatisticalInformation --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_DeviceStatisticalInformation NAME CIM_LabelReaderStatInfo
Class CIM_LabelReaderStatInfo Qualifiers Name Type Value From Class Version string 2.6.0 CIM_LabelReaderStatInfo Description string Statistics for a LabelReader, related to read successes, failures and retries. CIM_LabelReaderStatInfo Description string Statistical information associated with a LogicalDevice or one of its subclasses. CIM_DeviceStatisticalInformation Description string CIM_StatisticalInformation is a root class for any arbitrary collection of statistical data and/or metrics applicable to one or more ManagedSystemElements. Note that the CIM_ StatisticalData class uses a simplified naming/identity algorithm as compared to this class. StatisticalInformation is not deprecated since its naming algorithm is still in use in various implementations. CIM_StatisticalInformation Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Properties Name Type Value Qualifiers ClassOrigin ScanSuccesses uint64 Description
CounterCIM_LabelReaderStatInfo ScanFailures uint64 Description
CounterCIM_LabelReaderStatInfo ScanRetries uint64 Description
CounterCIM_LabelReaderStatInfo SystemCreationClassName string Key
Propagated
Description
MaxLenCIM_DeviceStatisticalInformation SystemName string Key
Propagated
Description
MaxLenCIM_DeviceStatisticalInformation DeviceCreationClassName string Key
Propagated
Description
MaxLenCIM_DeviceStatisticalInformation DeviceID string Key
Propagated
Description
MaxLenCIM_DeviceStatisticalInformation CreationClassName string Key
Description
MaxLenCIM_DeviceStatisticalInformation Name string Key
Override
Description
MaxLenCIM_DeviceStatisticalInformation Caption string Description
MaxLenCIM_ManagedElement Description string Description CIM_ManagedElement ElementName string Description CIM_ManagedElement Property Qualifiers
Property ScanSuccesses Qualifiers Name Type Value From Class Description string The number of successful physical label scans. CIM_LabelReaderStatInfo Counter boolean true CIM_LabelReaderStatInfo
Property ScanFailures Qualifiers Name Type Value From Class Description string The number of failed physical label scans. CIM_LabelReaderStatInfo Counter boolean true CIM_LabelReaderStatInfo
Property ScanRetries Qualifiers Name Type Value From Class Description string The number of retried physical label scans. CIM_LabelReaderStatInfo Counter boolean true CIM_LabelReaderStatInfo
Property SystemCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.SystemCreationClassName CIM_DeviceStatisticalInformation Description string The scoping System ’ s CreationClassName. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property SystemName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.SystemName CIM_DeviceStatisticalInformation Description string The scoping System ’ s Name. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property DeviceCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.CreationClassName CIM_DeviceStatisticalInformation Description string The scoping Device ’ s CreationClassName. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property DeviceID Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.DeviceID CIM_DeviceStatisticalInformation Description string The scoping Device ’ s ID. CIM_DeviceStatisticalInformation MaxLen uint32 64 CIM_DeviceStatisticalInformation
Property CreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Description string CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property Name Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Override string Name CIM_DeviceStatisticalInformation Description string The Name property, inherited from StatisticalInformation, serves as part of the object key. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property Name Qualifiers Name Type Value From Class Description string The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. CIM_StatisticalInformation MaxLen uint32 256 CIM_StatisticalInformation
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class Description string A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. CIM_ManagedElement
Name Type Value Qualifiers Parameters ClassOrigin ResetCounter uint32 Description SelectedCounter CIM_LabelReaderStatInfo Method Qualifiers
Method ResetCounter Qualifiers Name Type Value From Class Description string Method to reset the statistical counters. The method takes one parameter as input - an integer indicating which counter to reset. For this input parameter, 0 indicates all, 1 resets the " Scan Successes " counter, 2 resets the " Scan Failures " counter, and 3 resets the " Scan Retries " counter. The method returns 0 if successful, 1 if not supported, and any other value if an error occurred. A method is specified so that the Device ’ s instrumentation can also reset its internal processing and counters. In a subclass, the set of possible return codes should be specified in a ValueMap qualifier on the method. The strings to which the ValueMap contents are ’ translated ’ can be specified as a Values array qualifier. CIM_LabelReaderStatInfo Parameters
Method ResetCounter Parameters Name Type Qualifiers SelectedCounter uint16 IN
Description
ValueMap
ValuesParameter Qualifiers
Parameter SelectedCounter Qualifiers Name Type Value From Class IN boolean true CIM_LabelReaderStatInfo Description string The counter to reset. CIM_LabelReaderStatInfo ValueMap string [See below.] CIM_LabelReaderStatInfo Values string All
Scan Successes
Scan Failures
Scan RetriesCIM_LabelReaderStatInfo