MPEPhoneModelInternal Class Reference

class MPEPhoneModelInternal

Phone Model internal interface.

phoneengine
Since
S60 v4.0

Member Functions Documentation

DataStore()

MPEDataStore *DataStore()[pure virtual]

Returns pointer to information object (CPEEngineInfo)

Since
S60 v4.0

DataStoreExt()

MPEExternalDataHandler *DataStoreExt()[pure virtual]

Returns pointer to external data handler

Since
S60 v4.0

HandleInternalMessage(const TInt)

voidHandleInternalMessage(const TIntaMessage)[pure virtual]

Handle internal message

Since
S60 v4.0

Parameters

const TInt aMessagespecifies the event that has taken place

MediatorCommunicationHandler()

CPERemotePartyInfoMediator *MediatorCommunicationHandler()[pure virtual]

Returns pointer to Mediator Command handler

Since
S60 v5.2

SendMessage(const MEngineMonitor::TPEMessagesFromPhoneEngine)

voidSendMessage(const MEngineMonitor::TPEMessagesFromPhoneEngineaMessage)[pure virtual]

Reroutes messages from the susbsystems to the message handler

Since
S60 v4.0

Parameters

const MEngineMonitor::TPEMessagesFromPhoneEngine aMessageis the message id.

SendMessage(const MEngineMonitor::TPEMessagesFromPhoneEngine, const TInt)

voidSendMessage(const MEngineMonitor::TPEMessagesFromPhoneEngineaMessage,
const TIntaCallId
)[pure virtual]

Reroutes messages from the susbsystems to the message handler

Since
S60 v4.0

Parameters

const MEngineMonitor::TPEMessagesFromPhoneEngine aMessageis the message id.
const TInt aCallIdis the call id number.