Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: connectprog.h
Link against: n/a

Enum TNetDialProgress

TNetDialProgress

Support

Supported from 5.0

Description

Defines the stages in establishing a connection with dial-up networking.

The stages which may be reported depend on the type of connection being made. Stage information is usually read from a TNifProgress::iStage member.

Although NetDial has been deprecated from v6.1 onwards, this enumeration is still used by the new RGenericAgent API.

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.

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

ESettingOverrides

Error setting overrides (note that this is reported only if an error occurs, in which case it will be the first stage of the connection).