Help, Reading APDU command data in Applet?
Hi!!
How Can I read the 3 Bytes of APDU Command Data in the Applet
e.g. APDU Command
0xB0 0xF0 0x00 0x00 0x03 0x05 0x06 0x04 0x7F;
Right now I am able to read first byte of Data i.e. 0x05
How to read the next bytes i.e. 0x06 0x04
I have Used
apdu.receiveBytes (ISO7816.OFFSET_CDATA);
But it is not working
What is problem
Your reply will be appriciated
Thanks
Mahajan

