CashChangerFullStatus Enumeration (POS for .NET v1.12 SDK Documentation)
2/27/2008
Enumerates values that describe the full status of cash slots in a Cash Changer device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration 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 almost full. |
OK | All cash slots are neither almost full nor full. |
Remarks
Used by the FullStatus property. Replaces the CHAN_STATUS_OK, CHAN_STATUS_FULL, and CHAN_STATUS_NEARFULL UPOS constants.
See Also
Reference
Microsoft.PointOfService Namespace
CashChanger Class
CashChanger.FullStatus Property