EasyManuals Logo

BIXOLON SPP-R300 Manual

BIXOLON SPP-R300
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
함수는 MSR Track1 데이터를 리턴합니다. MSR Read 모드가 아니거나 데이터가
존재 하지 않다면 에러를 리턴합니다. MSRReadCancel 함수를 사용하면 리드모드는
취소 됩니다.
long GetTrack1 (TCHAR* tcData, UINT dwLen);
[Parameters]
* TCHAR tcData
[in, out] 호출자가 정의한 버퍼에 MSR Track1 Data 읽어 옵니다
* UINT dwLen
[in, out] 호출자가 정의한 버퍼의 크기를 전달합니다.
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
함수가 성공할 리턴됩니다
BXL_NOT_OPENED
-101
PrinterOpen 실행해야 됩니다.
BXL_MSR_DATAEMPTY
-603
MSR 에서 읽은 데이터가 없습니다.
*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-R300

Questions and Answers:

Question and Answer IconNeed help?

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

BIXOLON SPP-R300 Specifications

General IconGeneral
BrandBIXOLON
ModelSPP-R300
CategoryPrinter
LanguageEnglish

Related product manuals