MLtsyDispatchSatGetIconData Class Reference

class MLtsyDispatchSatGetIconData : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleGetIconDataReqL(TUint8, const TDesC8 &)

TInt HandleGetIconDataReqL ( TUint8 aEfImgRecordNumber,
const TDesC8 & aSimFilePath
) [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 ESatTsyGetIconData request from the CTSY.

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

Implementation of this interface should retrieve an icon's EF record from the UICC based on the record number (see ETSI TS 131 102 Under EFIMG (Image) & Files of USIM)

Parameters

TUint8 aEfImgRecordNumber EF(img) record number of the icon to retrieve
const TDesC8 & aSimFilePath The full file path to the EF(Img) Bytes 0-1 MF (0x3F00) Bytes 2-3 DF(Telecom) (0x7F10) Bytes 4-5 DF(Graphics)(0x5F50) Bytes 6-7 EF(Ef(Img)) (0x4F20)

Member Data Documentation

const TInt KLtsyDispatchSatGetIconDataApiId

const TInt KLtsyDispatchSatGetIconDataApiId [static]