|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.toshiba.tgcsapi.TGCSMPOSDevice
com.toshiba.tgcsapi.TGCSMPOS4610MICR
public class TGCSMPOS4610MICR
Constructor Summary | |
---|---|
TGCSMPOS4610MICR()
|
Method Summary | |
---|---|
void |
beginInsertion(int timeout)
Initiate document insert on the printer. |
void |
beginRemoval(int timeout)
Initiate the document removal from the DI station. |
void |
endInsertion()
Terminate the document-wait command and proceed to initiate a MICR read. |
void |
endRemoval()
Terminate the document removal process, else the DI station LED will continue to blink. |
java.lang.String |
getAccountNumber()
Obtain the cached Account Number from the MICR read. |
java.lang.String |
getBankNumber()
Obtain the cached Bank Number from the MICR read. |
int |
getCheckType()
Obtain the cached Check Type from the MICR read. |
int |
getCountryCode()
Obtain the cached Country Code from the MICR read. |
java.lang.String |
getEPC()
Obtain the cached EPC from the MICR read. |
java.lang.String |
getRawData()
Obtain the cached Raw Data from the MICR read. |
java.lang.String |
getSerialNumber()
Obtain the cached Serial Number from the MICR read. |
java.lang.String |
getTransitNumber()
Obtain the cached Transit Number from the MICR read. |
Methods inherited from class com.toshiba.tgcsapi.TGCSMPOSDevice |
---|
addPOSEventListener, claim, clearInput, clearOutput, close, directIO, getClaimed, getDataEventEnabled, getDeviceEnabled, getDevices, getOutputID, getPhysicalDeviceName, getVersion, handleEvent, loadConfigurationFile, loadMICRExceptionFile, open, release, removePOSEventListener, setDataEventEnabled, setDeviceEnabled, unregisterAllEventHandlers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGCSMPOS4610MICR()
Method Detail |
---|
public void beginInsertion(int timeout) throws TGCSMPOSException
TGCSMPOSException
public void endInsertion() throws TGCSMPOSException
TGCSMPOSException
public void beginRemoval(int timeout) throws TGCSMPOSException
TGCSMPOSException
public void endRemoval() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getAccountNumber() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getBankNumber() throws TGCSMPOSException
TGCSMPOSException
public int getCheckType() throws TGCSMPOSException
TGCSMPOSException
public int getCountryCode() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getEPC() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getRawData() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getSerialNumber() throws TGCSMPOSException
TGCSMPOSException
public java.lang.String getTransitNumber() throws TGCSMPOSException
TGCSMPOSException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |