BillAcceptor.DepositStatus Property
2/27/2008
Gets the current status of the cash 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 cash acceptance operation. The DepositStatus property may hold one of the following values from the CashDepositStatus enumeration.
Value |
Meaning |
Start |
Indicates that the cash acceptance started. |
End |
Indicates that the cash acceptance stopped. |
Count |
Indicates that the deposited money is counted or repaid. |
Jam |
Indicates that a mechanical fault has occurred. |
This property is initialized and kept current while the device is enabled and is set to End after initialization.
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
BillAcceptor Class
BillAcceptor Members
Microsoft.PointOfService Namespace
CashDepositStatus
BillAcceptor.DepositAmount Property
BillAcceptor.DepositCashList Property