CVoipErrorEntry Class Reference

class CVoipErrorEntry : public CBase

VoIP error entry. Container class for VoIP error information

voipeventlog.lib
Since
S60 V3.2

Inherits from

Constructor & Destructor Documentation

CVoipErrorEntry()

CVoipErrorEntry()[private]

C++ default constructor.

~CVoipErrorEntry()

IMPORT_C~CVoipErrorEntry()[virtual]

Destructors.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

ErrorCode()

IMPORT_C TIntErrorCode()const

Returns error VoIP code.

Since
S60 V3.2

ErrorText()

IMPORT_C const TDesC &ErrorText()const

Returns error text

Since
S60 V3.2

NewL()

IMPORT_C CVoipErrorEntry *NewL()[static]

Two-phased constructor.

NewLC()

IMPORT_C CVoipErrorEntry *NewLC()[static]

Two-phased constructor.

NewLC(TInt, const TDesC &)

IMPORT_C CVoipErrorEntry *NewLC(TIntaErrorCode,
const TDesC &aErrorText
)[static]

Two-phased constructor.

Parameters

TInt aErrorCode
const TDesC & aErrorText

SetErrorCode(TInt)

IMPORT_C voidSetErrorCode(TIntaErrorCode)

Sets VoIP error code.

Since
S60 V3.2

Parameters

TInt aErrorCodeVoIP error code

SetErrorText(const TDesC &)

IMPORT_C TIntSetErrorText(const TDesC &aErrorText)

Sets error text

Since
S60 V3.2

Parameters

const TDesC & aErrorTexterror text to be set

SetTimeStamp(const TDesC &)

TInt SetTimeStamp(const TDesC &aTimeStamp)

Sets time stamp this function is not exported, time stamp is set inside of voipeventlog component

Since
S60 V3.2

Parameters

const TDesC & aTimeStamptime stamp to be set

TimeStamp()

IMPORT_C const TDesC &TimeStamp()const

Returns time stamp

Since
S60 V3.2

Member Data Documentation

TInt iErrorCode

TInt iErrorCode[private]

VoIP error code

RBuf iErrorText

RBuf iErrorText[private]

VoIP error text

RBuf iTimeStamp

RBuf iTimeStamp[private]

VoIP error stamp