Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: nifman.h
Link against:

Class TNifProgress

TNifProgress

Support

Supported from 5.0

Description

Contains progress information on a dial-up connection.

An object of this type is passed to those RNif member functions which request:

from the Network Interface Manager (NifMan). NifMan returns this information in the TNifProgress object’s data members.

The ProgressNotification() function takes this object in a packaged buffer, while the Progress() and LastProgressError() take a simple reference.

Defined in TNifProgress:
TNifProgress(), iError, iStage


Construction


TNifProgress()

TNifProgress();

Description

Constructs the TNifProgress object. It sets the iStage data member to 0 and the iError data member to KErrNone.

[Top]


Member data


iStage

TInt iStage

Description

The stage of the dial-up connection.

Where dial-up networking is the agent, this is a TNetDialProgress enumeration; each enumerator corresponds to a specific stage of the connection.


iError

TInt iError

Description

The last error which occurred in setting up the connection.