0
Good afternoon, I am developing an integration with payment via Getnet TEF in c#, my problem is in printing the payment confirmation coupon, and for approval I need to be sure whether the printing finalized or not.
I am using the DLL MP2032, provided by Bematech, I researched and saw that there is the method Esperaimpressao I step 1 and the return is 1 , the code continues without waiting for the end of the print.
Because if you don’t finish printing I need to cancel the operation.
Someone can help me??
Thank you
Voce has the library documentation ?
– Rovann Linhalis
Thanks for the help, man I only managed to find a class and have documentation in the class, and says it waits for the completion of the print but in fact it does not happen.
– Paulo Alexandre
Is the method asynchronous? Where is your code?
– Leandro Angelo