MLtsyDispatchSimReadSimFile Class Reference

class MLtsyDispatchSimReadSimFile : private MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleReadSimFileReqL(const TDesC8 &, TUint16, TUint16)
Public Attributes
const TIntKLtsyDispatchSimReadSimFileApiId

Member Functions Documentation

HandleReadSimFileReqL(const TDesC8 &, TUint16, TUint16)

TInt HandleReadSimFileReqL(const TDesC8 &aPath,
TUint16aOffset,
TUint16aSize
)[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 & aPathThe absolute file path of the SIM file in the file system of the SIM. see ETSI TS 131 102 Under "Files of USIM"
TUint16 aOffsetThe value of the Offset, the offset is related with the type of SIM file being read.
TUint16 aSizeThe amount of bytes to be read from the SIM file.

Member Data Documentation

const TInt KLtsyDispatchSimReadSimFileApiId

const TIntKLtsyDispatchSimReadSimFileApiId[static]