EPOC   SDK Home Glossary Indexes Previous   Up

TNetDialProgress enum


TNetDialProgress enum — Stages in establishing a connection with Netdial

Defined in

netdial.h

Compatibility

Applications that use this enumeration will not work correctly on a version of EPOC earlier than ER5.

Description

This is an enumeration which defines a stage in establishing a connection with Netdial. The stages which may be reported depend on the type of connection being made.

For a Dial Up Connection (outgoing call), the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.

For a Dial In Connection (incoming call), the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.

For a Direct Connection, the following stages are reported in the order given; the meaning of each enumerator is defined in the member list.

Members

EStartingSelection

Start selection of service and location.

EFinishedSelection

Selection of service and location is complete.

EStartingDialling

Starting the dialling phase.

EFinishedDialling

Dialling phase complete.

EScanningScript

Start scanning the script.

EScannedScript

Scanning the script is complete.

EGettingLoginInfo

Get login information from database or user

EGotLoginInfo

The fetching of login information is complete.

EStartingConnect

Start the connection process - executes the script, if there is one

EFinishedConnect

Connection process is complete

EStartingLogIn

Start the login process; executes the script, if there is one.

EFinishedLogIn

Login process is complete

EConnectionOpen

The connection is now open

EStartingHangUp

Starting the hang-up process

EFinishedHangUp

Hang up process is complete

EStartingAnswer

Start the answering phase.

EAnswered

Answering is complete

EPOC       SDK Home Glossary Indexes Previous   Up