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

2/27/2008

Gets or sets a value that indicates the current cash-dispensing exit.

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

Syntax

'Declaration
Public MustOverride Property CurrentExit As Integer
public abstract int CurrentExit { get; set; }
public:
virtual property int CurrentExit {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_CurrentExit ()

/** @property */
public abstract void set_CurrentExit (int value)
public abstract function get CurrentExit () : int

public abstract function set CurrentExit (value : int)

Remarks

The value 1 represents the primary exit (or normal exit), while values greater then 1 are considered auxiliary exits. Legal values range from 1 to DeviceExits.

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

Accessing CurrentExit may cause a PosControlException exception to be thrown with the following ErrorCodes:

Value

Meaning

Illegal

An invalid CurrentExit is specified.

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
CashChanger.CurrencyCashList Property
DeviceExits
ExitCashList