Share via


CoinDispenserStatus Enum

Definition

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.

Applies to