Protech Systems PA-6822 User Manual page 82

Table of Contents

Advertisement

GetPaperEndEvent
Get Paper End Status.
Purpose
0x00 = Response Error 0x01 = Paper End, 0x02 = Paper Normal
Return
Int PaperEndStatus= 0 ;
ThermalPrinter
Printer_Control.
PaperEndStatus = Printer_Control.GetCoverEvent ( );
// TODO Detect Status
if
{ Toast.makeText(PrinterActivity.this,
End!", Toast.LENGTH_SHORT).show();
}
else
{ Toast.makeText(PrinterActivity.this,
Normal", Toast.LENGTH_SHORT).show();
}
Printer_Control.
PA-6822 SERIES USER MANUAL
Public int GetPaperEndEvent();
Printer_Control
OpenPrinter(115200);
(PaperEndStatus == 1)
ClosePrinter();
Chapter 3 Software
=
ThermalPrinter();
new
"Paper
"Paper
Page 81

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents