CCCPCallParameters Class Reference

class CCCPCallParameters : public CBase

Common paramaters for all calls.

Inherits from

Constructor & Destructor Documentation

CCCPCallParameters()

IMPORT_C CCCPCallParameters ( ) [protected]

~CCCPCallParameters()

IMPORT_C ~CCCPCallParameters ( )

Destructor.

Member Functions Documentation

CallType()

IMPORT_C CCPCall::TCallType CallType ( ) const

Gets the type of the call.

CloneL()

CCCPCallParameters * CloneL ( ) const [virtual]

ConstructL()

IMPORT_C void ConstructL ( ) [protected]

NewL()

IMPORT_C CCCPCallParameters * NewL ( ) [static]

Call type enumeration. Constructor.

ServiceId()

IMPORT_C TUint32 ServiceId ( ) const

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

SetCallType(CCPCall::TCallType)

IMPORT_C void SetCallType ( CCPCall::TCallType aCallType )

Sets the type of the call.

Parameters

CCPCall::TCallType aCallType

SetServiceId(TUint32)

IMPORT_C void SetServiceId ( TUint32 aServiceId )

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.