Readstartmsr - BIXOLON SRP-270 Reference Manual

Linux sdk guide for pos/mobile printer
Hide thumbs Also See for SRP-270:
Table of Contents

Advertisement

3-30 ReadStartMSR

Switch the printer status to MSR Ready. If it returns SUCCESS, it is identified as normal.
Only mobile printers are supported.
long ReadStartMSR()
[Parameters]
None
[Return Values]
Constant
SUCCESS
NOT_SUPPORT
WRITE_ERROR
* Example
int ret;
ConnectToPrinter(...........);
ret = ReadStartMSR();
if (SUCCESS != ret)
return;
......
Rev. 1.00
Value
0
-124
MSR function is not supported.
-105
- 42 -
POS/Mobile Printer
Description
The function is successful.
Data transmission failed.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents