Share via


CashChangerFullStatus Enumeration

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

Usage

'Usage
Dim cashChangerFullStatus1 As CashChangerFullStatus = CashChangerFullStatus.Full

Syntax

'Declaration
Public Enum CashChangerFullStatus
public enum CashChangerFullStatus
public enum class CashChangerFullStatus
public enum CashChangerFullStatus
public enum CashChangerFullStatus

Members

Member name Description
Full Some cash slots are full.
NearFull Some cash slots are nearly full.
OK All cash slots are neither nearly full nor full.

Remarks

Indicates the current full status of the cash slots.

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
FullStatus