The reprintTransaction method is used to reprint the results of the last transaction and is used in the event that the printer runs out of paper or jams while printing.
Input Variables
Name | Data Type | Mandatory | Enterprise setTag Equivalent | Description |
No name/value pairs are required to be passed into the method since all information required in order to reprint transaction slips is held internally in the mPress SDK instance. If the mPress SDK instance is disposed of or resetDeviceStatus is called then the transaction performed before the shutdown or resetDeviceStatus will not be able to be reprinted. |
Output Variables
Name | Data Type | Mandatory | Enterprise setTag Equivalent | Description |
The method does not have any response name/value pairs. |
The reprintTransaction method will throw an exception of type mPressException(“Not Implemented”) if the device is not capable of printing.