CoinDispenserStatus 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 the valid states of the coin dispenser device.
public enum CoinDispenserStatus
type CoinDispenserStatus =
Public Enum CoinDispenserStatus
- Inheritance
-
CoinDispenserStatus
Fields
Name | Value | Description |
---|---|---|
OK | 1 | Ready to dispense coins. This value is also set when the dispenser is unable to detect an error condition. |
Empty | 2 | Cannot dispense coins because the dispenser is empty. |
NearEmpty | 3 | Can dispense coins, but the dispenser is almost empty. |
Jam | 4 | A mechanical fault has occurred. |