CCallDataPackage Class Reference

class CCallDataPackage : public CMmDataPackage

Class defining call specific data package.

Inherits from

Constructor & Destructor Documentation

CCallDataPackage()

CCallDataPackage()[inline]

C++ default constructor.

~CCallDataPackage(void)

~CCallDataPackage(void)[inline, virtual]

Destructor.

Parameters

void

Member Functions Documentation

GetCallIdAndMode(TInt &, RMobilePhone::TMobileService &)

voidGetCallIdAndMode(TInt &aCallId,
RMobilePhone::TMobileService &aCallMode
)const [inline]

Get call identifier and call mode.

Parameters

TInt & aCallIdCall identifier
RMobilePhone::TMobileService & aCallModeCall mode

SetCallIdAndMode(TInt, RMobilePhone::TMobileService)

voidSetCallIdAndMode(TIntaCallId,
RMobilePhone::TMobileServiceaCallMode
)[inline]

Set call identifier and call mode.

Parameters

TInt aCallIdCall identifier
RMobilePhone::TMobileService aCallModeCall mode

Member Data Documentation

TInt iCallId

TInt iCallId[private]

RMobilePhone::TMobileService iCallMode

RMobilePhone::TMobileService iCallMode[private]