public interface CashChangerService12 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
dispenseCash(java.lang.String cashCounts) |
void |
dispenseChange(int amount) |
boolean |
getAsyncMode() |
int |
getAsyncResultCode() |
int |
getAsyncResultCodeExtended() |
boolean |
getCapDiscrepancy() |
boolean |
getCapEmptySensor() |
boolean |
getCapFullSensor() |
boolean |
getCapNearEmptySensor() |
boolean |
getCapNearFullSensor() |
java.lang.String |
getCurrencyCashList() |
java.lang.String |
getCurrencyCode() |
java.lang.String |
getCurrencyCodeList() |
int |
getCurrentExit() |
int |
getDeviceExits() |
int |
getDeviceStatus() |
java.lang.String |
getExitCashList() |
int |
getFullStatus() |
void |
readCashCounts(java.lang.String[] cashCounts,
boolean[] discrepancy) |
void |
setAsyncMode(boolean asyncMode) |
void |
setCurrencyCode(java.lang.String currencyCode) |
void |
setCurrentExit(int currentExit) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapDiscrepancy()
throws JposException
JposExceptionboolean getCapEmptySensor()
throws JposException
JposExceptionboolean getCapFullSensor()
throws JposException
JposExceptionboolean getCapNearEmptySensor()
throws JposException
JposExceptionboolean getCapNearFullSensor()
throws JposException
JposExceptionboolean getAsyncMode()
throws JposException
JposExceptionvoid setAsyncMode(boolean asyncMode)
throws JposException
JposExceptionint getAsyncResultCode()
throws JposException
JposExceptionint getAsyncResultCodeExtended()
throws JposException
JposExceptionjava.lang.String getCurrencyCashList()
throws JposException
JposExceptionjava.lang.String getCurrencyCode()
throws JposException
JposExceptionvoid setCurrencyCode(java.lang.String currencyCode)
throws JposException
JposExceptionjava.lang.String getCurrencyCodeList()
throws JposException
JposExceptionint getCurrentExit()
throws JposException
JposExceptionvoid setCurrentExit(int currentExit)
throws JposException
JposExceptionint getDeviceExits()
throws JposException
JposExceptionint getDeviceStatus()
throws JposException
JposExceptionjava.lang.String getExitCashList()
throws JposException
JposExceptionint getFullStatus()
throws JposException
JposExceptionvoid dispenseCash(java.lang.String cashCounts)
throws JposException
JposExceptionvoid dispenseChange(int amount)
throws JposException
JposExceptionvoid readCashCounts(java.lang.String[] cashCounts,
boolean[] discrepancy)
throws JposException
JposException