Example: Creating network connections with IAPInfo

The example application provides functions to represent the usage of the IAPControl feature and the IAPInfo component. The application includes and uses all features provided by the IAPInfo component in order to demonstrate the usage of the features. All IAPInfo component-related API calls are adjusted into one class in order to make the code more comprehensible.

The example application aims to demonstrate:

The application provides the following features:

How to use the IAPInfoMIDlet:

  1. Start the IAPInfoMIDlet, which then loads the IAPTestForm class. This class contains the main menu, where the user can choose between performing access point-related tests or destination network-related tests.

  2. The DNTest class contains a list of the available destination networks. It contains two menu items, so you can start the ConnectionTest class or check the properties of the selected destination network (DNPropForm class).

  3. The ACPTest class contains a list of the available access points. It contains two menu items, so you can start the ConnectionTest class or check the properties of the selected access point (ACPPropForm class)

  4. The TestUtils class contains all functions that are connected to the IAPInfo component. The code handling the use of the IAPInfo API has been separated from the UI code of the example application, in the interest of making the structure of the application more clear-cut and readable.