|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcceptorException | |
---|---|
com.meiglobal.ebds.api | |
com.meiglobal.ebds.api.pub |
Uses of AcceptorException in com.meiglobal.ebds.api |
---|
Methods in com.meiglobal.ebds.api that throw AcceptorException | |
---|---|
void |
Acceptor.calibrate()
Issues a calibration command to the device for it to perform the calibration process. |
boolean |
Acceptor.cancelAdvancedBookmarkMode()
Exits the Advanced Bookmark Mode. |
boolean |
Acceptor.clearAudit()
Issues a request to clear the audit information in the device. |
void |
Acceptor.clearCashBoxTotal()
Issues a command to the device to clear the cashbox total. |
boolean |
Acceptor.disableCashboxCleanlinessReporting()
Disables the reporting of Cashbox Cleanliness Events. |
boolean |
Acceptor.enableCashboxCleanlinessReporting()
Enables the reporting of Cashbox Cleanliness Events. |
boolean |
Acceptor.enterAdvancedBookmarkMode()
Sets the device in Advanced Bookmark Mode. |
void |
Acceptor.escrowReturn()
Informs the device that the escrowed document should be returned. |
void |
Acceptor.escrowStack()
Informs the device that the escrowed document should be stacked. |
void |
Acceptor.flashDownload(java.lang.String filePath)
Performs the download of a flash file into the device. |
java.lang.String |
Acceptor.getApplicationId()
Retrieves the application Id from the device. |
java.lang.String |
Acceptor.getApplicationPN()
Retrieves the device's part number. |
java.lang.String |
Acceptor.getAssetNumber()
Gets the device's asset number. |
AuditLifeTimeTotals |
Acceptor.GetAuditLifeTimeTotals()
Used to retrieve the device's audit life time totals. |
AuditPerformance |
Acceptor.GetAuditPerformance()
Used to retrieve the device's performance values. |
AuditQP |
Acceptor.GetAuditQP()
Used to retrieve the device's Audit QP. |
AuditContainer |
Acceptor.getBanknoteAuditData()
Requests the banknote audit data structure object. |
java.lang.String |
Acceptor.getBarCode()
Getter for the bar code value for the escrowed document. |
Bill |
Acceptor.getBill()
Getter for the Bill object for the escrowed document. |
BNFStatus |
Acceptor.GetBNFStatus()
Returns the device's BNF status. |
java.lang.String |
Acceptor.getBootPN()
Returns the device's Boot PN. |
long |
Acceptor.getCashBoxTotal()
Getter for the device's cash box total. |
Coupon |
Acceptor.getCoupon()
Returns the device's escrowed coupon. |
long |
Acceptor.getDeviceCRC()
Retrieves the device CRC value. |
long |
Acceptor.getDeviceResets()
Retrieves the device's total resets. |
java.lang.String |
Acceptor.getDeviceSerialNumber()
Retrieves the device's serial number. |
java.lang.String |
Acceptor.getDeviceType()
Retrieves the device type. |
BNFErrorStatus |
Acceptor.GetLastBNFError()
Returns the last BNF error reason. |
int[] |
AuditContainer.getRecognizedData(int orientationValue)
|
int[] |
AuditContainer.getRecognizedData(Orientation orientation)
|
int[] |
AuditContainer.getStackedData(int orientationValue)
|
int[] |
AuditContainer.getStackedData(Orientation orientation)
|
int[] |
AuditContainer.getValidatedData(int orientationValue)
|
int[] |
AuditContainer.getValidatedData(Orientation orientation)
|
java.lang.String |
Acceptor.getVariantID()
Retrieves the device's variant id. |
java.util.List<java.lang.String> |
Acceptor.getVariantNames()
Retrieves the device's variant name. |
java.lang.String |
Acceptor.getVariantPN()
Retrieves the device's part number. |
void |
Acceptor.open(java.lang.String port)
Opens the connection between the API and the device. |
void |
Acceptor.open(java.lang.String port,
PowerUp powerUp)
Opens the connection between the host and the device. |
boolean |
WrappedSerialPort.openPort(java.lang.String portName)
Opens communication with a port. |
protected void |
Acceptor.processReply(byte[] reply)
Processes the reply received from the device. |
byte[] |
Acceptor.rawTransaction(byte[] command)
Allows the Host to send a raw transaction. |
byte[] |
EBDS_SerialPort.receive()
Receives information from the device. |
void |
EBDS_SerialPort.sendData(byte[] data)
Sends data to the device. |
void |
Acceptor.setAssetNumber(java.lang.String asset)
Sets the device's asset number. |
void |
Acceptor.setAutoStack(boolean autoStack)
Setter for the Auto Stack property. |
void |
Acceptor.setBezel(Bezel bezel)
Sets the bezel policy for the device. |
void |
Acceptor.setBillTypesEnables(java.util.List<java.lang.Boolean> enablesTypes)
Sets the List of enabled bill types on the device. |
void |
Acceptor.setBillValueEnables(java.util.List<java.lang.Boolean> enablesValue)
Sets the List of enabled bill values on the device. |
void |
Acceptor.setDebugLog(boolean newVal)
Sets the status for the debug log. |
void |
Acceptor.setDisconnectTimeout(int timeout)
Sets the Disconnect Timeout property in milliseconds. |
void |
Acceptor.setEnableAcceptance(boolean enableAcceptance)
Sets the device's acceptance status. |
void |
Acceptor.setEnableBarCodes(boolean enableBarCodes)
Sets the device's barcode acceptance. |
void |
Acceptor.setEnableBookmarks(boolean enableBookmarks)
Sets the device's bookmarks status. |
void |
Acceptor.setEnableCouponExt(boolean enableCouponExt)
Sets the device's coupon extension status. |
void |
Acceptor.setEnableNoPush(boolean enableNoPush)
Sets the device's No Push status. |
void |
Acceptor.SoftReset()
Performs a soft reset on the device. |
void |
Acceptor.specifyEscrowTimeout(int billTimeout,
int barcodeTimeout)
Specifies the escrow timeout for the device. |
void |
Acceptor.specifyPupExt(char pupMode,
PupExt preEscrow,
PupExt atEscrow,
PupExt postEscrow,
PupExt preStack)
Deprecated. This feature is not supported |
Uses of AcceptorException in com.meiglobal.ebds.api.pub |
---|
Methods in com.meiglobal.ebds.api.pub that throw AcceptorException | |
---|---|
void |
Acceptor.calibrate()
Deprecated. Issues a calibration command to the device for it to perform the calibration process. |
void |
Acceptor.clearCashBoxTotal()
Deprecated. Issues a command to the device to clear the cashbox total |
void |
Acceptor.escrowReturn()
Deprecated. Informs the device that the escrowed bill should be returned. |
void |
Acceptor.escrowStack()
Deprecated. Informs the device that the escrowed bill should be stacked. |
void |
Acceptor.flashDownload(java.lang.String filePath)
Deprecated. Downloads a flash file to the Device |
java.lang.String |
Acceptor.getApplicationId()
Deprecated. Retrieves the application Id from the device. |
java.lang.String |
Acceptor.getApplicationPN()
Deprecated. Retrieves the device's part number. |
java.lang.String |
Acceptor.getAssetNumber()
Deprecated. Returns the asset number |
AuditLifeTimeTotals |
Acceptor.GetAuditLifeTimeTotals()
Deprecated. Used to retrieve the device's audit life time totals |
AuditPerformance |
Acceptor.GetAuditPerformance()
Deprecated. Used to retrieve the device's performance values |
AuditQP |
Acceptor.GetAuditQP()
Deprecated. Used to retrieve the device's Audit QP |
java.lang.String |
Acceptor.getBarCode()
Deprecated. Getter for the bar code value for the escrowed document. |
Bill |
Acceptor.getBill()
Deprecated. Getter for the Bill object for the escrowed document. |
BNFStatus |
Acceptor.GetBNFStatus()
Deprecated. Returns the device's BNF status. |
java.lang.String |
Acceptor.getBootPN()
Deprecated. Returns the device's Boot PN. |
long |
Acceptor.getCashBoxTotal()
Deprecated. Getter for the device's cash box total. |
Coupon |
Acceptor.getCoupon()
Deprecated. Returns the device's escrowed coupon |
long |
Acceptor.getDeviceCRC()
Deprecated. Retrieves the device CRC value. |
long |
Acceptor.getDeviceResets()
Deprecated. Retrieves the device's total resets. |
java.lang.String |
Acceptor.getDeviceSerialNumber()
Deprecated. Retrieves the device's serial number. |
java.lang.String |
Acceptor.getDeviceType()
Deprecated. Retrieves the device type. |
java.lang.String |
Acceptor.getVariantId()
Deprecated. Retrieves the device's variant id. |
java.util.List<java.lang.String> |
Acceptor.getVariantNames()
Deprecated. Retrieves the device's variant name. |
java.lang.String |
Acceptor.getVariantPN()
Deprecated. Retrieves the device's part number. |
void |
Acceptor.open(java.lang.String port,
PowerUp powerUp)
Deprecated. Opens the connection between the host and the device |
byte[] |
Acceptor.rawTransaction(byte[] command)
Deprecated. Allows the Host to send a raw transaction. |
void |
Acceptor.setAssetNumber(java.lang.String asset)
Deprecated. Sets the device's asset number. |
void |
Acceptor.setAutoStack(boolean autoStack)
Deprecated. Setter for the Auto Stack property |
void |
Acceptor.setBezel(Bezel bezel)
Deprecated. Sets the bezeil policy for the device. |
void |
Acceptor.setBillTypesEnables(java.util.List<java.lang.Boolean> enablesTypes)
Deprecated. Sets the List of enabled bill types on the device. |
void |
Acceptor.setBillValueEnables(java.util.List<java.lang.Boolean> enablesValue)
Deprecated. Sets the List of enabled bill values on the device. |
void |
Acceptor.setDebugLog(boolean newVal)
Deprecated. Sets the status for the debug log. |
void |
Acceptor.setDisconnectTimeout(int timeout)
Deprecated. Sets the Disconnect Timeout property in milliseconds. |
void |
Acceptor.setEnableAcceptance(boolean enableAcceptance)
Deprecated. Sets the device's acceptance status. |
void |
Acceptor.setEnableBarCodes(boolean enableBarCodes)
Deprecated. Sets the device's barcode acceptance. |
void |
Acceptor.setEnableBookmarks(boolean enableBookmarks)
Deprecated. Sets the device's bookmarks status. |
void |
Acceptor.setEnableCouponExt(boolean enableCouponExt)
Deprecated. Sets the device's coupon extension status. |
void |
Acceptor.setEnableNoPush(boolean enableNoPush)
Deprecated. Sets the device's No Push status. |
void |
Acceptor.SoftReset()
Deprecated. Performs a soft reset on the device. |
void |
Acceptor.specifyEscrowTimeout(int billTimeout,
int barcodeTimeout)
Deprecated. Specifies the escrow timeout for the device. |
void |
Acceptor.specifyPupExt(char pupMode,
PupExt preEscrow,
PupExt atEscrow,
PupExt postEscrow,
PupExt preStack)
Deprecated. This feature is not supported |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |