Share via


BillAcceptor.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

Holds the current full status of the cash slots. It may be one of the following values from the CashChangerFullStatus enumeration.

Value

Meaning

OK

Indicates that cash acceptance started.

Full

Indicates that cash acceptance stopped.

NearFull

Indicates that the deposited money is counted or repaid.

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

BillAcceptor Class
BillAcceptor Members
Microsoft.PointOfService Namespace
CashChangerFullStatus
BillAcceptor.CapFullSensor Property