CoinAcceptor.DepositStatus Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the current status of the coin acceptance operation.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DepositStatus As DepositStatus
public abstract DepositStatus DepositStatus { get; }
public:
virtual property DepositStatus DepositStatus {
DepositStatus get () abstract;
}
/** @property */
public abstract DepositStatus get_DepositStatus ()
public abstract function get DepositStatus () : DepositStatus
Remarks
Holds the current status of the coin acceptance operation. It may be one of the
following values.
Value |
Meaning |
Start |
Cash acceptance has started. |
End |
Cash acceptance has ended. |
Count |
The deposited money is being counted or repaid. |
Jam |
A mechanical fault has occurred. |
This property is initialized and kept current while the device is enabled.
After initialization, this property is set to End.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CoinAcceptor Class
CoinAcceptor Members
Microsoft.PointOfService Namespace