MLtsyDispatchSimSendApduRequestV2 Class Reference

class MLtsyDispatchSimSendApduRequestV2 : private MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSimSendApduRequestV2ReqL(TUint8, const TDesC8 &)
Public Attributes
const TIntKLtsyDispatchSimSendApduRequestV2ApiId

Member Functions Documentation

HandleSimSendApduRequestV2ReqL(TUint8, const TDesC8 &)

TInt HandleSimSendApduRequestV2ReqL(TUint8aCardReaderId,
const TDesC8 &aCommandData
)[pure virtual]

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

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

Implementation of this interface should pass the send APDU request to the baseband.

The client side and baseband are responsible for the consistency of the data buffer's content (i.e. they have to have an agreement on the contents).

RMmCustomAPI::SendAPDUReq()

Parameters

TUint8 aCardReaderIdThe value for the card reader Id of the request.
const TDesC8 & aCommandDataThe transparent data to be conveyed to the Baseband.

Member Data Documentation

const TInt KLtsyDispatchSimSendApduRequestV2ApiId

const TIntKLtsyDispatchSimSendApduRequestV2ApiId[static]