Share via


CoinDispenser.ReadCashCounts Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Reads the currency totals contained in the device.

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

Syntax

'Declaration
Public Overridable Function ReadCashCounts As CashCounts
public virtual CashCounts ReadCashCounts ()
public:
virtual CashCounts ReadCashCounts ()
public CashCounts ReadCashCounts ()
public function ReadCashCounts () : CashCounts

Remarks

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

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

CoinDispenser Class
CoinDispenser Members
Microsoft.PointOfService Namespace
CashCounts Structure