StatisticCategories Enumeration

2/27/2008

Lists the possible categories of device statistics that can be retrieved, reset, or updated.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration StatisticCategories
[FlagsAttribute] 
public enum StatisticCategories
[FlagsAttribute] 
public enum class StatisticCategories
/** @attribute FlagsAttribute() */ 
public enum StatisticCategories
FlagsAttribute 
public enum StatisticCategories

Members

Member name Description
All All available statistics for the device.
Manufacturer Manufacturer-defined statistics.
Upos Unified POS-defined statistics.

Remarks

Used by the ResetStatistics, RetrieveStatistics, and UpdateStatistics methods. Members of this enumeration replace the ALL, U_, and M_ UPOS designations for the statistics parameters in these methods.

See Also

Reference

Microsoft.PointOfService Namespace
PosCommon.ResetStatistics Method
PosCommon.RetrieveStatistics Method
PosCommon.UpdateStatistics Method