Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Get the data field of the response APDU as a string or integer

JavaCard Applet Development Related Questions and Answers.
Qinotr06
Posts: 1
Joined: Tue Mar 15, 2016 4:34 am
Points :7
Contact:

Get the data field of the response APDU as a string or integer

Post by Qinotr06 » Tue Mar 15, 2016 5:26 am

Does anyone tell me how to extract the data field of the response APDU as a string or integer?

User avatar
vermont
Posts: 13
Joined: Tue May 26, 2015 10:18 pm
Points :6
Contact:

Re: Get the data field of the response APDU as a string or integer

Post by vermont » Fri Mar 18, 2016 11:35 pm

Code: Select all

ResponseAPDU response = channel.transmit(new CommandAPDU(myAPDUArray));
response.getData() // to get data
response.getSW() // to get the status word

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: zees02 and 50 guests

JavaCard OS : Disclaimer