Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. This software, including documentation is protected by copyright controlled by Nokia Corporation. Copying, including reproducing, storing, adapting or translating, any or all of this material can only be done in accordance with the Nokia Symbian License version 1.0 (or any subsequent update) or any other license terms expressly agreed between you and Nokia. This material contains Nokia's confidential information which may not be disclosed to others without the prior written consent of Nokia.
Initial Contributors: Nokia Corporation - initial contribution.
Contributors:
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.
EStartingSelection
EFinishedSelection
EStartingDialling
EFinishedDialling
EScanningScript
EScannedScript
EGettingLoginInfo
EGotLoginInfo
EStartingLogIn
EFinishedLogIn
EConnectionOpen
EStartingHangUp
EFinishedHangUp
EStartingAnswer
EAnswered
EConnectionOpen
EStartingHangUp
EFinishedHangUp
EStartingSelection
EFinishedSelection
EScanningScript
EScannedScript
EStartingConnect
EFinishedConnect
EConnectionOpen
EStartingHangUp
EFinishedHangUp
Enumerator | Value | Description |
---|---|---|
EStartingSelection | 2 |
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). |