MLtsyDispatchSmsSendSmsMessage Class Reference

class MLtsyDispatchSmsSendSmsMessage : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSendSmsMessageReqL(const RMobilePhone::TMobileAddress &, const TDesC8 &, RMobileSmsMessaging::TMobileSmsDataFormat, const RMobilePhone::TMobileAddress &, TBool)

TInt HandleSendSmsMessageReqL ( const RMobilePhone::TMobileAddress & aDestination,
const TDesC8 & aSmsTpdu,
RMobileSmsMessaging::TMobileSmsDataFormat aDataFormat,
const RMobilePhone::TMobileAddress & aGsmServiceCentre,
TBool aMoreMessages
) [pure virtual]

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

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

Implementation of this interface should allow a client to send a SMS message

Parameters

const RMobilePhone::TMobileAddress & aDestination The mobile telephone number.
const TDesC8 & aSmsTpdu The SMS TPDU.
RMobileSmsMessaging::TMobileSmsDataFormat aDataFormat The SMS data format.
const RMobilePhone::TMobileAddress & aGsmServiceCentre The service centre number.
TBool aMoreMessages

Member Data Documentation

const TInt KLtsyDispatchSmsSendSmsMessageApiId

const TInt KLtsyDispatchSmsSendSmsMessageApiId [static]