This tutorial describes how an application can monitor the stages of a dial-up connection.
This tutorial has two parts. The first part describes how the application can ask for the current state of a dial-up connection. The second part describes how the application can be notified of changes in the state of a dial-up connection.
To ask for the current state of a dial-up connection, an application calls the
The request that the application makes is an
To make the request, an application calls the
The function takes a
When the request completes, the
An outstanding request for notification can be cancelled using the
We recommend that an application package this functionality as an active object.
Prior to Symbian OS v7.0S, the
This tutorial describes how an application can monitor the stages of a +dial-up connection.
+This tutorial has two parts. The first part describes how the application +can ask for the current state of a dial-up connection. The second part describes +how the application can be notified of changes in the state of a dial-up connection.
+To
+ask for the current state of a dial-up connection, an application calls the
The request that the application makes is an
To make the request,
+an application calls the
The
+function takes a
When
+the request completes, the
An
+outstanding request for notification can be cancelled using the
We recommend that an application +package this functionality as an active object.