You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings.
I created an api that prints to an ImmediateNetworkPrinter. I would like to understand how to know if the paper runs out and in that case be able to send the print again when the paper is loaded. How can I do?
var e = new EPSON(); await printer.WriteAsync( // or, if using and immediate printer, use await printer.WriteAsync ByteSplicer.Combine( e.RequestPaperStatus() ) );
With this code how can i then take the value returned?
The text was updated successfully, but these errors were encountered:
Greetings.
I created an api that prints to an ImmediateNetworkPrinter. I would like to understand how to know if the paper runs out and in that case be able to send the print again when the paper is loaded. How can I do?
var e = new EPSON(); await printer.WriteAsync( // or, if using and immediate printer, use await printer.WriteAsync ByteSplicer.Combine( e.RequestPaperStatus() ) );
With this code how can i then take the value returned?
The text was updated successfully, but these errors were encountered: