TNifProgress Class Reference

class TNifProgress

Contains progress information on a dial-up connection

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 ( TInt aStage,
TInt aError
) [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