Zebra Technologies ZQ110 Printer User Manual


 
ZQ110
Rev. 1.00
- 20 -
Mobile Printer
Windows SDK API Reference Guide
3-12 NextPrintPos
If the label function is set, the paper is fed to the next printing position.
Long NextPrintPos ();
[Parameters]
* None
[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
3-13 GetTrack1
This function returns MSR Track1 data. If the MSR is in read mode and NULL is returned,
the card has not yet been read by the MSR. Swipe the card again.
MSRReadCancel function can be used to cancel read mode.
TCHAR * GetTrack1 ();
[Parameters]
* None
[Return Values]
If the function is successful, MSR Track1 data will be returned. If it has failed, the function
will return NULL pointer.
3-14 GetTrack2
This function returns MSR Track2 data. If the MSR is in read mode and NULL is returned,
the card has not yet been read by the MSR. Swipe the card again.
MSRReadCancel function can be used to cancel read mode.
TCHAR * GetTrack2 ();
[Parameters]
* None