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)

void HandleInternalMessage ( const TInt aMessage ) [pure virtual]

Handle internal message

Since
S60 v4.0

Parameters

const TInt aMessage specifies 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)

void SendMessage ( const MEngineMonitor::TPEMessagesFromPhoneEngine aMessage ) [pure virtual]

Reroutes messages from the susbsystems to the message handler

Since
S60 v4.0

Parameters

const MEngineMonitor::TPEMessagesFromPhoneEngine aMessage is the message id.

SendMessage(const MEngineMonitor::TPEMessagesFromPhoneEngine, const TInt)

void SendMessage ( const MEngineMonitor::TPEMessagesFromPhoneEngine aMessage,
const TInt aCallId
) [pure virtual]

Reroutes messages from the susbsystems to the message handler

Since
S60 v4.0

Parameters

const MEngineMonitor::TPEMessagesFromPhoneEngine aMessage is the message id.
const TInt aCallId is the call id number.