Share via


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

Value

Meaning

Ok

None of the cash slots are full or almost full.

Full

Some cash slots are full.

NearFull

Some cash slots are almost full.

This property is initialized and kept current 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

CoinAcceptor Class
CoinAcceptor Members
Microsoft.PointOfService Namespace