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:

  1. Open the MIDlet on your device or with your emulator.

  2. Press Demo to open the APDUConnection and to exchange an example APDU message with the card application.

  3. The application goes through the process and shows the result (the APDU message received from the card application) on screen.