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

[470 byte] By [bhumahajan] at [2007-9-26 11:45:23]
«« calender
»» calender
# 1
See just check your Le bit what you have written when you want to read it you give it this way so you can read it in your Apdu script .0xB0 0xF0 0x00 0x00 0x00 0x03 Neelesh Dalvi.dalvins@vsnl.com
NeeleshD at 2007-7-2 1:55:58 > top of Java-index,Java Mobility Forums,Consumer and Commerce...