MLtsyDispatchSimSendApduRequestV2 Class Reference

class MLtsyDispatchSimSendApduRequestV2 : private MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSimSendApduRequestV2ReqL(TUint8, const TDesC8 &)

TInt HandleSimSendApduRequestV2ReqL ( TUint8 aCardReaderId,
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 aCardReaderId The value for the card reader Id of the request.
const TDesC8 & aCommandData The transparent data to be conveyed to the Baseband.

Member Data Documentation

const TInt KLtsyDispatchSimSendApduRequestV2ApiId

const TInt KLtsyDispatchSimSendApduRequestV2ApiId [static]