CoinAcceptor.FixDeposit Method (POS for .NET v1.12 SDK Documentation)
2/27/2008
Updates property values to reflect the current values in the Coin Acceptor.
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 this method is called, all property values are updated to reflect the current values in the Coin Acceptor.
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
DepositAmount
DepositCounts
CoinAcceptor.BeginDeposit Method
CoinAcceptor.EndDeposit Method
PauseDeposit