CatLogs Enumeration

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

Usage

'Usage
Dim catLogs1 As CatLogs = CatLogs.None

Syntax

'Declaration
Public Enum CatLogs
public enum CatLogs
public enum class CatLogs
public enum CatLogs
public enum CatLogs

Members

Member name Description
None The CAT device does not have the daily log functions.
Reporting The CAT device has only an intermediate total function that reads the daily log but does not erase the log.
ReportingAndSettlement The CAT device has the intermediate total function and the final total and erase daily log functions.
Settlement The CAT device has only the final total and erase daily log functions.

Remarks

Indicates available log functions for a CAT device.

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
AccessDailyLog