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

2/27/2008

Enumerates the possible status conditions of the Dealing Log for a CAT device.

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

Syntax

'Declaration
Public Enumeration DealingLogStatus
public enum DealingLogStatus
public enum class DealingLogStatus
public enum DealingLogStatus
public enum DealingLogStatus

Members

Member name Description
Full DealingLog is full.
NearFull DealingLog is almost full.
Ok DealingLog has enough capacity.

Remarks

Used by the LogStatus property. The members of this enumeration replace the CAT_LOGSTATUS_OK, CAT_LOGSTATUS_NEARFULL, and CAT_LOGSTATUS_FULL UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace