Zebra Technologies ZQ110 Printer User Manual


 
ZQ110
Rev. 1.00
- 11 -
Mobile Printer
Windows SDK API Reference Guide
3-2 PrinterClose
This function disables the SDK module. Functions related to printing and MSR are no
longer available for use.
long PrinterClose();
[Parameters]
None
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns after function success
3-3 LineFeed
This function dictates line feeding to the integer value conveyed for printing.
long LineFeed (
int nFeed,
);
[Parameters]
* nFeed
[in] The integer value conveys the number of lines for line feeding in the form of printing
value.
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns after function success
BXL_NOT_OPENED
101
Unable to open communication port
BXL_STATUS_ERROR
103
Error occurred during status check
BXL_WRITE_ERROR
300
Failure to transmit data