MLtsyDispatchSmsAckSmsStored Class Reference

class MLtsyDispatchSmsAckSmsStored : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleAckSmsStoredReqL(const TDesC8 &)

TInt HandleAckSmsStoredReqL(const TDesC8 &aTpdu)[pure virtual]

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

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

Implementation of this interface should accept the acknowledgment: when the client receives an unstored SMS, it will trigger this function to return a positive acknowledgment if it manages to successfully decode and store that SMS. If the client wishes to send a SMS-DELIVER-REPORT in response to the received SMS-DELIVER , then the aTpdu parameter will be used to hold the TPDU defined for a SMS-DELIVER-REPORT (for RP-ACK) in GSM 03.40.

RMobileSmsMessaging::AckSmsStored()

Parameters

const TDesC8 & aTpduHolds the TPDU defined for a SMS-DELIVER-REPORT (for RP-ACK) in GSM 03.40.

HandleAckSmsStoredReqL()

TInt HandleAckSmsStoredReqL()[pure virtual]

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

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

Implementation of this interface should accept the acknowledgment: when the client receives an unstored SMS, it will trigger this function to return a positive acknowledgment if it manages to successfully decode and store that SMS.

RMobileSmsMessaging::AckSmsStored()

Member Data Documentation

const TInt KLtsyDispatchSmsAckSmsStoredApiId

const TIntKLtsyDispatchSmsAckSmsStoredApiId[static]