CoinDispenserStatus Enumeration

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

Usage

'Usage
Dim coinDispenserStatus1 As CoinDispenserStatus = CoinDispenserStatus.Empty

Syntax

'Declaration
Public Enum CoinDispenserStatus
public enum CoinDispenserStatus
public enum class CoinDispenserStatus
public enum CoinDispenserStatus
public enum CoinDispenserStatus

Members

Member name Description
Empty Cannot dispense coins because the dispenser is empty.
Jam A mechanical fault has occurred.
NearEmpty Can dispense coins, but the dispenser is nearly empty.
OK Ready to dispense coins. This value is also set when the dispenser is unable to detect an error condition.

Remarks

Indicates the status of the coin dispenser device.

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
DispenserStatus