Can I still return data if the status word is not 0x9000?
Created May 7, 2012
Julien SIMON
Yes. Data is only transmitted at the end of the process() function, so as long as you call apdu.setOutgoing() before throwing the ISOException, theres no problem.