Class CIM_LabelReaderStatInfo
extends CIM_DeviceStatisticalInformation

Statistics for a LabelReader, related to read successes, failures and retries.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalInformation
   |
   +--CIM_DeviceStatisticalInformation
   |
   +--CIM_LabelReaderStatInfo

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringStatistics for a LabelReader, related to read successes, failures and retries.
UMLPackagePathstringCIM::Device::StorageLib
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ScanFailuresuint64
Counterbooleantrue
DescriptionstringThe number of failed physical label scans.
ScanRetriesuint64
Counterbooleantrue
DescriptionstringThe number of retried physical label scans.
ScanSuccessesuint64
Counterbooleantrue
DescriptionstringThe number of successful physical label scans.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_DeviceStatisticalInformation
DescriptionstringCIM_ManagedElement
DeviceCreationClassNamestringCIM_DeviceStatisticalInformation
DeviceIDstringCIM_DeviceStatisticalInformation
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_DeviceStatisticalInformation
SystemCreationClassNamestringCIM_DeviceStatisticalInformation
SystemNamestringCIM_DeviceStatisticalInformation

Class Methods

Local Class Methods

ResetCounter (uint32)

Method Qualifiers (ResetCounter)

NameData TypeValue
DescriptionstringMethod 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.

Method Parameters (ResetCounter)

NameTypeQualifiers
NameData TypeValue
SelectedCounteruint16
DescriptionstringThe counter to reset.
INbooleantrue
ValueMapstring0, 1, 2, 3
ValuesstringAll, Scan Successes, Scan Failures, Scan Retries