POS Printer
Rev. 2.00
- 29 -
[Availability]
SDK 0.6.0 and later
5-3-19 msrGetTrack
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)msrGetTrack:(int)track
response:(NSData **)response
[Parameters]
track
MSR Data Track number 1 ~ 3
response
MSR Data Track value
[Return Value]
Refer to 2-16 Result Code
[Discussion]
Response carries unallocated NSData *data, and NSData object is allocated inside the
method. The response is auto release one and users do not have to release it explicitly.
[Availability]
SDK 0.9.0 and later
5-3-20 msrReadFullTrack
Read entire 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)msrReadFullTrack:(NSData **)response
[Parameters]
response
MSR Data Track value
[Return Value]
Refer to 2-16 Result Code
[Discussion]
Response carries unallocated NSData *data, and NSData object is allocated inside the
method. The response is auto release one and users do not have to release it explicitly.
[Availability]
SDK 0.9.0 and later