TNifProgress Class Reference

#include <es_sock.h>

class TNifProgress
Public Attributes
TInt iError
TInt iStage
Public Member Functions
TNifProgress()
TNifProgress(TInt, TInt)
TBool operator==(const TNifProgress &)

Detailed Description

Contains progress information on a dial-up connection

Member Attribute Documentation

iError

TInt iError

iStage

TInt iStage

Constructor & Destructor Documentation

TNifProgress ( )

TNifProgress()[inline]

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

TNifProgress ( TInt, TInt )

TNifProgress(TIntaStage,
TIntaError
)[inline]

It sets the iStage data member to aStage and the iError data member to aError.

Member Function Documentation

operator== ( const TNifProgress & )

TBool operator==(const TNifProgress &aRHS)const [inline]