CashChanger.FixDeposit Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Updates property values to reflect the current values in the device.

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

Syntax

'Declaration
Public MustOverride Sub FixDeposit
public abstract void FixDeposit ()
public:
virtual void FixDeposit () abstract
public abstract void FixDeposit ()
public abstract function FixDeposit ()

Remarks

When FixDeposit is called, all property values are updated to reflect the current values in the cash changer.

FixDeposit may cause a PosControlException to be thrown with the following ErrorCodes.

Value

Meaning

Illegal

One of the following errors occurred:

  • Cash acceptance is not supported.

  • The call sequence is incorrect. BeginDeposit must be called before the code calls this method.

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
DepositCounts
DepositAmount
CashChanger.BeginDeposit Method
CashChanger.EndDeposit Method
PauseDeposit