EasyManuals Logo

BIXOLON SPP-R200 Reference Guide

BIXOLON SPP-R200
39 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #26 background imageLoading...
Page #26 background image
Mobile Printer
Rev. 1.10
- 26 -
3-17 GetTrack1
This function returns MSR Track1 data. If the MSR is in read mode and ERROR code is
returned, the card has not yet been read by the MSR. Strip the card with the MSR again.
MSRReadCancel function can be used to cancel read mode.
long GetTrack1 (TCHAR* tcData, UINT dwLen);
[Parameters]
* TCHAR tcData
[in, out] MSR Track1 data will be returned
* UINT dwLen
[in, out] MSR Track1 data length will be returned
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns after function success
BXL_NOT_OPENED
-101
Unable to open communication port
BXL_MSR_DATAEMPTY
-603
Not in READY status
*Example
long lResult;
lResult = PrinterOpen(portinfo…”, 1000);
……
MsrReadReady();
if (GetStat() != BXL_STS_MSR_READY)
return;
TCHAR Track [200];
memset(Track, 0, sizeof(Track));
lResult = GetTrack1(Track, sizeof(Track));
if (lResult != BXL_SUCCESS)
……
else
……
……

Other manuals for BIXOLON SPP-R200

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the BIXOLON SPP-R200 and is the answer not in the manual?

BIXOLON SPP-R200 Specifications

General IconGeneral
BrandBIXOLON
ModelSPP-R200
CategoryPrinter
LanguageEnglish

Related product manuals