CCCPCallParameters Class Reference

class CCCPCallParameters : public CBase

Common paramaters for all calls.

Inherits from

Constructor & Destructor Documentation

CCCPCallParameters()

IMPORT_CCCCPCallParameters()[protected]

~CCCPCallParameters()

IMPORT_C~CCCPCallParameters()

Destructor.

Member Functions Documentation

CallType()

IMPORT_C CCPCall::TCallTypeCallType()const

Gets the type of the call.

CloneL()

CCCPCallParameters *CloneL()const [virtual]

ConstructL()

IMPORT_C voidConstructL()[protected]

NewL()

IMPORT_C CCCPCallParameters *NewL()[static]

Call type enumeration. Constructor.

ServiceId()

IMPORT_C TUint32ServiceId()const

Gets the service id identifying the service provider of the call.

SetCallType(CCPCall::TCallType)

IMPORT_C voidSetCallType(CCPCall::TCallTypeaCallType)

Sets the type of the call.

Parameters

CCPCall::TCallType aCallType

SetServiceId(TUint32)

IMPORT_C voidSetServiceId(TUint32aServiceId)

Sets the service id identifying the service provider of the call.

Parameters

TUint32 aServiceId

Member Data Documentation

CCPCall::TCallType iCallType

CCPCall::TCallType iCallType[private]

Call type, used in CCP API

TUint32 iServiceId

TUint32 iServiceId[private]

Service Id for the call.