MLtsyDispatchSupplementaryServicesSendUssdMessageNoFdnCheck Class Reference

class MLtsyDispatchSupplementaryServicesSendUssdMessageNoFdnCheck : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSendUssdMessageNoFdnCheckReqL(const TDesC8 &, TUint8, RMobileUssdMessaging::TMobileUssdDataFormat, RMobileUssdMessaging::TMobileUssdMessageType)

TInt HandleSendUssdMessageNoFdnCheckReqL ( const TDesC8 & aData,
TUint8 aDcs,
RMobileUssdMessaging::TMobileUssdDataFormat aFormat,
RMobileUssdMessaging::TMobileUssdMessageType aType
) [pure virtual]

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

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

Implementation of this interface should send an USSD message to the network without initially checking FDN lsit.

Parameters

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).

Member Data Documentation

const TInt KLtsyDispatchSupplementaryServicesSendUssdMessageNoFdnCheckApiId

const TInt KLtsyDispatchSupplementaryServicesSendUssdMessageNoFdnCheckApiId [static]