Implementation
of the APDU MIDlet
The example only consists of one class, APDUMIDlet
,
which creates a connection to the smart card, sends a sample APDU, and shows
the result values on screen.
To use the example application:
Open the MIDlet
on your device or with your emulator.
Press Demo to
open the APDUConnection and to exchange an example APDU message with the card
application.
The application
goes through the process and shows the result (the APDU message received from
the card application) on screen.