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

2/27/2008

Gets the current full status of the cash slots.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FullStatus As CashChangerFullStatus
public abstract CashChangerFullStatus FullStatus { get; }
public:
virtual property CashChangerFullStatus FullStatus {
    CashChangerFullStatus get () abstract;
}
/** @property */
public abstract CashChangerFullStatus get_FullStatus ()
public abstract function get FullStatus () : CashChangerFullStatus

Remarks

FullStatus is typically initialized to OK. It is 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