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

2/27/2008

Gets the current status of the cash changer.

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

DeviceStatus is set by the service object and kept current while the device is enabled.

If more than one condition is present, the order of precedence starting at the highest is Jam, Empty, and NearEmpty.

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
CashChangerStatus