TNifProgress Class Reference

class TNifProgress

Contains progress information on a dial-up connection

Public Member Functions
TNifProgress()
TNifProgress(TInt, TInt)
TBool operator==(const TNifProgress &)
Public Attributes
TInt iError
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.

Parameters

TInt aStage
TInt aError

Member Functions Documentation

operator==(const TNifProgress &)

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

Parameters

const TNifProgress & aRHS

Member Data Documentation

TInt iError

TInt iError

TInt iStage

TInt iStage