EasyManuals Logo

BIXOLON SRP-270 Reference Guide

BIXOLON SRP-270
50 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 #44 background imageLoading...
Page #44 background image
POS/Mobile Printer
Rev. 1.00
- 44 -
3-32 ReadMSRData
Read the MSR data. When the data is read, it returns the data value otherwise the read
mode can be canceled using ReadCancelMSR. Only mobile printers are supported.
long ReadMSRData(char *pMSRData1, char *pMSRData2, char *pMSRData3,
const unsigned int bufLen)
[Parameters]
* char *pMSRData1
[out] Read MSR Data Track 1 to the buffer defined by the caller.
* char *pMSRData2
[out] Read MSR Data Track 2 to the buffer defined by the caller.
* char *pMSRData3
[out] Read MSR Data Track 3 to the buffer defined by the caller.
* const unsigned int bufLen
[in] Buffer size of pMSRData1, pMSRData2, and pMSRData3 buf
[Return Values]
Constant
Value
Description
SUCCESS
0
The function is successful.
NOT_SUPPORT
-124
MSR function is not supported.
* Example
ConnectToPrinter(………..);
……
ret = ReadStartMSR();
if (SUCCESS != ret)
return;
char track1[120] = {0x00, };
char track2[120] = {0x00, };
char track3[120] = {0x00, };
ret = ReadMSRData(track1, track2, track3, sizeof(track1));
if (BXL_MSR_DATAEMPTY == ret)
……
else
……

Other manuals for BIXOLON SRP-270

Questions and Answers:

Question and Answer IconNeed help?

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

BIXOLON SRP-270 Specifications

General IconGeneral
ColorNo
Maximum print size-
Media thickness76 mm
Print technologyDot matrix
Power requirements120-230VAC
Standard interfacesParallel, Serial

Related product manuals