Share via


CoinAcceptor.DepositCounts Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the total of the cash accepted by the cash units

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DepositCounts As CashCount()
public abstract CashCount[] DepositCounts { get; }
public:
virtual property array<CashCount>^ DepositCounts {
    array<CashCount>^ get () abstract;
}
/** @property */
public abstract CashCount[] get_DepositCounts ()
public abstract function get DepositCounts () : CashCount[]

Remarks

Holds the total of the cash accepted by the cash units.

CashCount currency totals are contained in a pair of integer arrays that represent the number of bills and coins in the device.

This property is initialized by the Open method.

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
CoinAcceptor.CurrencyCode Property