EPOC   SDK Home Glossary Indexes Previous Next Up

TNifProgress class


Contents


TNifProgress class — Progress information on a dial-up connection

Section Contents


Overview

Defined in

nifman.h

Compatibility

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

Description

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 data members of the TNifProgress object.

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


Construction


TNifProgress() — Default C++ constructor

TNifProgress();

Description

The default C++ constructor is used to construct the TNifProgress object. It sets the iStage data member to 0 and the iError data member to KErrNone.


Member data

TInt iStage

The stage of the dial-up connection.

Where NetDial is the agent, this is a TNetDialProgress enumeration; each enumerator corresponds to a specific stage of the connection.

TInt iError

The last error which occurred in setting up the connection.

EPOC       SDK Home Glossary Indexes Previous Next Up