public interface MICRControl12 extends BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDataListener(DataListener l) |
void |
addDirectIOListener(DirectIOListener l) |
void |
addErrorListener(ErrorListener l) |
void |
beginInsertion(int timeout) |
void |
beginRemoval(int timeout) |
void |
clearInput() |
void |
endInsertion() |
void |
endRemoval() |
java.lang.String |
getAccountNumber() |
java.lang.String |
getAmount() |
boolean |
getAutoDisable() |
java.lang.String |
getBankNumber() |
boolean |
getCapValidationDevice() |
int |
getCheckType() |
int |
getCountryCode() |
int |
getDataCount() |
boolean |
getDataEventEnabled() |
java.lang.String |
getEPC() |
java.lang.String |
getRawData() |
java.lang.String |
getSerialNumber() |
java.lang.String |
getTransitNumber() |
void |
removeDataListener(DataListener l) |
void |
removeDirectIOListener(DirectIOListener l) |
void |
removeErrorListener(ErrorListener l) |
void |
setAutoDisable(boolean autoDisable) |
void |
setDataEventEnabled(boolean dataEventEnabled) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapValidationDevice()
throws JposException
JposExceptionboolean getAutoDisable()
throws JposException
JposExceptionvoid setAutoDisable(boolean autoDisable)
throws JposException
JposExceptionjava.lang.String getAccountNumber()
throws JposException
JposExceptionjava.lang.String getAmount()
throws JposException
JposExceptionjava.lang.String getBankNumber()
throws JposException
JposExceptionint getCheckType()
throws JposException
JposExceptionint getCountryCode()
throws JposException
JposExceptionint getDataCount()
throws JposException
JposExceptionboolean getDataEventEnabled()
throws JposException
JposExceptionvoid setDataEventEnabled(boolean dataEventEnabled)
throws JposException
JposExceptionjava.lang.String getEPC()
throws JposException
JposExceptionjava.lang.String getRawData()
throws JposException
JposExceptionjava.lang.String getSerialNumber()
throws JposException
JposExceptionjava.lang.String getTransitNumber()
throws JposException
JposExceptionvoid beginInsertion(int timeout)
throws JposException
JposExceptionvoid beginRemoval(int timeout)
throws JposException
JposExceptionvoid clearInput()
throws JposException
JposExceptionvoid endInsertion()
throws JposException
JposExceptionvoid endRemoval()
throws JposException
JposExceptionvoid addDataListener(DataListener l)
void removeDataListener(DataListener l)
void addDirectIOListener(DirectIOListener l)
void removeDirectIOListener(DirectIOListener l)
void addErrorListener(ErrorListener l)
void removeErrorListener(ErrorListener l)