public interface CoinDispenserService12 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
dispenseChange(int amount) |
boolean |
getCapEmptySensor() |
boolean |
getCapJamSensor() |
boolean |
getCapNearEmptySensor() |
int |
getDispenserStatus() |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapEmptySensor()
throws JposException
JposExceptionboolean getCapJamSensor()
throws JposException
JposExceptionboolean getCapNearEmptySensor()
throws JposException
JposExceptionint getDispenserStatus()
throws JposException
JposExceptionvoid dispenseChange(int amount)
throws JposException
JposException