POS Printer
Rev. 2.00
- 28 -
5-3-16 msrReadReady
Switch the printer to MSR Ready state. Printing is not allowed in Ready state.
Support Device : Only Mobile printer, POS Printer is not support.
[Function prototype]
-
(long)msrReadReady
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 0.6.0 and later
5-3-17 msrReadCancel
Release the MSR Ready state of printer
Support Device : Only Mobile printer, POS Printer is not support.
[Function prototype]
- (long)msrReadCancel
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 0.6.0 and later
5-3-18 msrReadTrack
Read MSR data. It is MSR read mode. If BXLMSR_DATAEMPTY is returned, card is not
read in MSR. Scan the card with MSR again or use the msrReadCancel method to
cancel the read mode.
Support Device : Only Mobile printer, POS Printer is not support.
[Function prototype]
- (long)msrReadTrack:(NSData **)data1
data2:(NSData **)data2
data3:(NSData **)data3
[Parameters]
data1
Read MSR Data Track 1 and save it.
data2
Read MSR Data Track 2 and save it.
data3
Read MSR Data Track 3 and save it.
[Return Value]
Refer to 2-16 Result Code
[Discussion]
All of data1, data2, data3 carry unallocated NSData *data, and NSData object is
allocated inside the method.
The allocated data1, data2, data3 are auto release ones and users do not have to
release them explicitly.