class MLtsyDispatchSupplementaryServicesSendUssdMessage : public MLtsyDispatchInterface |
Public Member Functions | |
---|---|
TInt | HandleSendUssdMessageReqL (const TDesC8 &, TUint8 , RMobileUssdMessaging::TMobileUssdDataFormat , RMobileUssdMessaging::TMobileUssdMessageType ) |
Public Attributes | |
---|---|
const TInt | KLtsyDispatchSupplementaryServicesSendUssdMessageApiId |
TInt | HandleSendUssdMessageReqL | ( | const TDesC8 & | aData, |
TUint8 | aDcs, | |||
RMobileUssdMessaging::TMobileUssdDataFormat | aFormat, | |||
RMobileUssdMessaging::TMobileUssdMessageType | aType | |||
) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the EMobileUssdMessagingSendMessage request from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackSupplementaryServicesSendUssdMessageComp()
Implementation of this interface should send an USSD message to the network.
const TDesC8 & aData | The actual data to send in the message. |
TUint8 aDcs | The data coding scheme of the message. |
RMobileUssdMessaging::TMobileUssdDataFormat aFormat | The message format. |
RMobileUssdMessaging::TMobileUssdMessageType aType | The message type (RMobileUssdMessaging::EUssdMORequest, RMobileUssdMessaging::EUssdMOReply or RMobileUssdMessaging::EUssdMOAcknowledgement). |
const TInt | KLtsyDispatchSupplementaryServicesSendUssdMessageApiId | [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.