class MLtsyDispatchSmsAckSmsStored : public MLtsyDispatchInterface |
Public Member Functions | |
---|---|
TInt | HandleAckSmsStoredReqL (const TDesC8 &) |
TInt | HandleAckSmsStoredReqL () |
Public Attributes | |
---|---|
const TInt | KLtsyDispatchSmsAckSmsStoredApiId |
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.
const TDesC8 & aTpdu | Holds the TPDU defined for a SMS-DELIVER-REPORT (for RP-ACK) in GSM 03.40. |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.