MPECallOwner Class Reference
Abstract base class for call owner.
CallHandling.lib
Member Functions Documentation
ActiveCallCount()
TInt
|
ActiveCallCount
|
(
|
)
|
const [pure virtual]
|
Return active call count, other then idle state.
CallByCallId(const TInt)
MPECall
*
|
CallByCallId
|
(
|
const
TInt
|
aCallId
|
)
|
const [pure virtual]
|
returns pointer to
MPECall
object by CallId, NULL if not found.
CallByName(const TName &)
MPECall
*
|
CallByName
|
(
|
const
TName
&
|
aName
|
)
|
const [pure virtual]
|
returns pointer to
MPECall
object by CallId, NULL if not found.
CallByState(const TPEState)
returns pointer to
MPECall
object by State, NULL if not found.
IsCallByCallId(const TInt)
TBool
|
IsCallByCallId
|
(
|
const
TInt
|
aCallId
|
)
|
const [pure virtual]
|
returns ETrue if call object found by call ID, NULL if not found.
IsCallByState(const TPEState)
TBool
|
IsCallByState
|
(
|
const
TPEState
|
aState
|
)
|
const [pure virtual]
|
returns ETrue if call object found by state, NULL if not found.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.