StatisticCategories Enumeration

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

Usage

'Usage
Dim statisticCategories1 As StatisticCategories = StatisticCategories.All

Syntax

'Declaration
Public Enum StatisticCategories
public enum StatisticCategories
public enum class StatisticCategories
public enum StatisticCategories
public enum StatisticCategories

Members

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

Remarks

Defines the possible categories of device statistics that can be retrieved, reset, or updated. Used by the ResetStatistic(s), RetrieveStatistic(s), and UpdateStatistic(s) methods. Replaces the ALL, U_, and M_ designations for the statistics parameters in these methods.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
ResetStatistics
RetrieveStatistics
UpdateStatistics