MLtsyDispatchPhonebookStoreReadEntry Class Reference

class MLtsyDispatchPhonebookStoreReadEntry : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleStoreReadEntryReqL ( DispatcherPhonebook::TPhonebook , TInt , TInt )
Public Attributes
const TInt KLtsyDispatchPhonebookStoreReadEntryApiId

Member Functions Documentation

HandleStoreReadEntryReqL(DispatcherPhonebook::TPhonebook, TInt, TInt)

TInt HandleStoreReadEntryReqL ( DispatcherPhonebook::TPhonebook aPhonebook,
TInt aIndex,
TInt aNumberOfSlots
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EMmTsyPhoneBookStoreReadIPC request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackPhonebookStoreReadEntryComp()

Implementation of this interface should request to read a number of entries from a given phonebook. The entries are returned in the callback.

RMobilePhoneBookStore::Read()

Parameters

DispatcherPhonebook::TPhonebook aPhonebook The phonebook to read entries from.
TInt aIndex Specifies the index to start reading from, must be >= 1.
TInt aNumberOfSlots

Member Data Documentation

const TInt KLtsyDispatchPhonebookStoreReadEntryApiId

const TInt KLtsyDispatchPhonebookStoreReadEntryApiId [static]