public interface CoinDispenserControl12 extends BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDirectIOListener(DirectIOListener l) |
void |
addStatusUpdateListener(StatusUpdateListener l) |
void |
dispenseChange(int amount) |
boolean |
getCapEmptySensor() |
boolean |
getCapJamSensor() |
boolean |
getCapNearEmptySensor() |
int |
getDispenserStatus() |
void |
removeDirectIOListener(DirectIOListener l) |
void |
removeStatusUpdateListener(StatusUpdateListener l) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, 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
JposExceptionvoid addDirectIOListener(DirectIOListener l)
void removeDirectIOListener(DirectIOListener l)
void addStatusUpdateListener(StatusUpdateListener l)
void removeStatusUpdateListener(StatusUpdateListener l)