CashChangerStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates possible current status values for the CashChanger class.
public enum CashChangerStatus
type CashChangerStatus =
Public Enum CashChangerStatus
- Inheritance
-
CashChangerStatus
Fields
Name | Value | Description |
---|---|---|
OK | 0 | The current condition of the cash changer is satisfactory. |
Empty | 11 | Some cash slots are empty. |
NearEmpty | 12 | Some cash slots are nearly empty. |
Jam | 31 | A mechanical fault has occurred. |