![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
nifman.h
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
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.
TNifProgress();
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.
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. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |