Share via


BillDispenser.DeviceStatus Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the current status of the BillDispenser.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DeviceStatus As CashChangerStatus
public abstract CashChangerStatus DeviceStatus { get; }
public:
virtual property CashChangerStatus DeviceStatus {
    CashChangerStatus get () abstract;
}
/** @property */
public abstract CashChangerStatus get_DeviceStatus ()
public abstract function get DeviceStatus () : CashChangerStatus

Remarks

The value held by DeviceStatus is one of the values from CashChangerStatus.

Value

Description

OK

The current condition of the bill dispenser is satisfactory

Empty

Some cash slots are empty.

NearEmpty

Some cash slots are almost empty.

Jam

A mechanical fault has occurred.

This property is initialized by the Open method, and kept current while the device is enabled. If more than one condition is present, the value represents the most important condition.

The order of precedence, from most critical to least critical is as follows: Jam, Empty, NearEmpty, and OK.

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

BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace