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 &)

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

Get call identifier and call mode.

Parameters

TInt & aCallId Call identifier
RMobilePhone::TMobileService & aCallMode Call mode

SetCallIdAndMode(TInt, RMobilePhone::TMobileService)

void SetCallIdAndMode ( TInt aCallId,
RMobilePhone::TMobileService aCallMode
) [inline]

Set call identifier and call mode.

Parameters

TInt aCallId Call identifier
RMobilePhone::TMobileService aCallMode Call mode

Member Data Documentation

TInt iCallId

TInt iCallId [private]

RMobilePhone::TMobileService iCallMode

RMobilePhone::TMobileService iCallMode [private]