CoinDispenserStatus Enumeration (POS for .NET v1.12 SDK Documentation)
2/27/2008
Enumerates the valid states of the coin dispenser device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration 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 almost empty. |
OK | Ready to dispense coins. This value is also set when the dispenser is unable to detect an error condition. |
Remarks
Used by the DispenserStatus property. The members of this enumeration replace the COIN_STATUS_OK, COIN_STATUS_EMPTY, COIN_STATUS_NEAREMPTY, and COIN_STATUS_JAM constants used by UPOS.
See Also
Reference
Microsoft.PointOfService Namespace
CoinDispenser.DispenserStatus Property