CashChanger.FixDeposit Method
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:
|
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