CashChanger.DepositStatus Property (POS for .NET v1.12 SDK Documentation)

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 CashDepositStatus
public abstract CashDepositStatus DepositStatus { get; }
public:
virtual property CashDepositStatus DepositStatus {
    CashDepositStatus get () abstract;
}
/** @property */
public abstract CashDepositStatus get_DepositStatus ()
public abstract function get DepositStatus () : CashDepositStatus

Remarks

DepositStatus is initialized to End, or None if the device does not support cash acceptance, and kept current by the service object while the device is enabled.

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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashDepositStatus