POS Printer
Rev. 2.00
- 31 -
5-3-24 icApdu
Send APDU command and get response. It works only when the power is applied to the
printer smart card.
Support Device : Only Mobile printer, POS Printer is not support.
[Function prototype]
-
(long)icApdu:(NSData **)request
response:(NSData **)response
[Parameters]
request
APDU command data to send to printer, ANSI CODE data
response
APDU response sent from printer is returned
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 0.6.0 and later
5-3-25 icGetStatus
Read the status of card inserted into the smart card reader of printer
Support Device : Only Mobile printer, POS Printer is not support.
[Function prototype]
-
(long)icGetStatus:(NSData **)response
[Parameters]
response
Card status value is returned
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 0.6.0 and later