class MLtsyDispatchSmsNackSmsStored : public MLtsyDispatchInterface |
Public Member Functions | |
---|---|
TInt | HandleNackSmsStoredReqL (const TDesC8 &, TInt ) |
TInt | HandleNackSmsStoredReqL ( TInt ) |
Public Attributes | |
---|---|
const TInt | KLtsyDispatchSmsNackSmsStoredApiId |
TInt | HandleNackSmsStoredReqL | ( | const TDesC8 & | aTpdu, |
TInt | aRpCause | |||
) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the EMobileSmsMessagingNackSmsStored request from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackSmsNackSmsStoredComp()
Implementation of this interface should accept this negative acknowledgment: when the client receives an unstored SMS, it will use this member function to return a negative acknowledgment if it fails to decode and/or store that SMS. This TPDU will contain the TP error cause that prevents the client from acknowledging the SMS. The client should also provide the RP error cause by placing it in the aRpCause parameter.
TInt | HandleNackSmsStoredReqL | ( | TInt | aRpCause | ) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the EMobileSmsMessagingNackSmsStored request from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackSmsNackSmsStoredComp()
Implementation of this interface should accept this negative acknowledgment: when the client receives an unstored SMS, it will use this member function to return a negative acknowledgment if it fails to decode and/or store that SMS. The client should also provide the RP error cause by placing it in the aRpCause parameter.
TInt aRpCause | Contain one of the MS related extended error codes. |
const TInt | KLtsyDispatchSmsNackSmsStoredApiId | [static] |
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.