CatLogs Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the available log functions for a credit authorization terminal (CAT) device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CatLogs
[FlagsAttribute] 
public enum CatLogs
[FlagsAttribute] 
public enum class CatLogs
/** @attribute FlagsAttribute() */ 
public enum CatLogs
FlagsAttribute 
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 erases daily log functions.
Settlement The CAT device has only the final total and erases daily log functions.

Remarks

Used by the CapDailyLog property and the AccessDailyLog method. Replaces the CAT_DL family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
Cat.AccessDailyLog Method