MLtsyDispatchSatGetClut Class Reference

class MLtsyDispatchSatGetClut : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleGetClutReqL(TUint8, TUint8)
Public Attributes
const TIntKLtsyDispatchSatGetClutApiId

Member Functions Documentation

HandleGetClutReqL(TUint8, TUint8)

TInt HandleGetClutReqL(TUint8aEfImgRecordNumber,
TUint8aInstanceNumberInEfImgRecord
)[pure virtual]

This API is optional and should only be used if the licensee wishes to including the Dispatcher beneath their own SIM ATK TSY.

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

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

Implementation of this interface should retrieve the CLUT (Colour Lookup Table) for an image instance designated by aEfImgRecordNumber & aInstanceNumberInEfImgRecord

Parameters

TUint8 aEfImgRecordNumberThe record number of the icons EF(Img) record for the CLUT being retrieved.
TUint8 aInstanceNumberInEfImgRecordThe record number of the icon instance, in the icons EF(Img) record for the CLUT being retrieved.

Member Data Documentation

const TInt KLtsyDispatchSatGetClutApiId

const TIntKLtsyDispatchSatGetClutApiId[static]