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 #23 background imageLoading...
Page #23 background image
Mobile Printer
Rev. 1.10
- 23 -
3-14 MsrRead2Track
함수는 MSR 2 Track 데이터를 리턴합니다. MSR Read 모드가 아니거나 데이터가
존재 하지 않다면 에러를 리턴합니다. MSRReadCancel 함수를 사용하면 리드모드는
취소 됩니다.
long MsrRead2Track (PCHAR Track, UINT uiLength);
[Parameters]
* PCHAR Track
[in, out] 호출자가 정의한 버퍼에 MSR Track2 Data 읽어 옵니다
* UINT uiLength
[in] 호출자가 정의한 버퍼의 크기를 전달합니다.
[Return Values]
함수 호출이 성공한다면 MSR 2 Track 데이터가 리턴됩니다. MSR 데이터가 없다면
NULL 값을 리턴합니다.
상수명
BXL_SUCCESS
0
함수가 성공할 리턴됩니다.
BXL_NOT_OPENED
-101
PrinterOpen 실행해야 됩니다.
BXL_NOT_SUPPORT
-107
현재 기능을 지원하지 않습니다.
BXL_MSR_DATAEMPTY
-603
MSR 에서 읽은 데이터가 없습니다.
*Example
long lResult;
lResult = PrinterOpen(portinfo…”, 1000);
……
MsrReadReady();
if (GetStat() != BXL_STS_MSR_READY)
return;
char Track [200];
memset(Track, 0, sizeof(Track));
lResult = MsrRead2Track(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