KioCurrencyDispenser Object
Functions
| Type | Signature |
| int |
GetStatus(string deviceName = null)
Returns a JSON encoded string with dispenser status. |
| bool |
Reset(string deviceName = null)
Tells the device to perform a reset, and returns true on success. |
| bool |
DispenseByAmount(int amount, string currencyType, int dispenseAlgorithm = null, string deviceName = null)
Dispenses the specified amount of currency. |
| bool |
DispenseByDenomination(Object denomAmtList, string deviceName = null)
Dispenses the specified amounts of each domination. |
| bool |
DispenseByPosition(int nbrFromBin1 = 0, int nbrFromBin2 = 0, int nbrFromBin3 = 0, int nbrFromBin4 = 0, int nbrFromBin5 = 0, int nbrFromBin6 = 0, deviceName = null)
Dispenses the specified amounts for each bin position. |
| bool |
DumpByPosition(int[] bins, deviceName = null)
Dumps all coins in each specified bin. |