MLtsyDispatchSimReadSimFile Class Reference

class MLtsyDispatchSimReadSimFile : private MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleReadSimFileReqL(const TDesC8 &, TUint16, TUint16)

TInt HandleReadSimFileReqL ( const TDesC8 & aPath,
TUint16 aOffset,
TUint16 aSize
) [pure virtual]

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

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

Implementation of this interface should request to read full or partial contents of a given SIM file. The path, size and offset for the requested SIM file are provided.

RMmCustomAPI::ReadSimFile()

Parameters

const TDesC8 & aPath The absolute file path of the SIM file in the file system of the SIM. see ETSI TS 131 102 Under "Files of USIM"
TUint16 aOffset The value of the Offset, the offset is related with the type of SIM file being read.
TUint16 aSize The amount of bytes to be read from the SIM file.

Member Data Documentation

const TInt KLtsyDispatchSimReadSimFileApiId

const TInt KLtsyDispatchSimReadSimFileApiId [static]