Public Member Functions | |
| CSmsExample () | |
| ~CSmsExample () | |
| void | SendReceiveSmsL () |
Static Public Member Functions | |
| static CSmsExample * | NewLC () |
Public Attributes | |
| CMsvSession * | iSession |
| CSessionObserver * | iSessionObserver |
| CMsvEntry * | iMsvEntry |
| CMsvOperation * | iOperation |
| TMsvId | iMessageId |
| CMsvServerEntry * | iServerEntry |
| CExampleActive * | iActive |
| TMsvId | iSmsServiceId |
| CRichText * | iRichText |
| CSmsSettings * | iServiceSettings |
| CSmsNumber * | ircpt |
| CParaFormatLayer * | iParaFormat |
| CCharFormatLayer * | iCharFormat |
| CConsoleBase * | iConsole |
Definition at line 52 of file smsexample.h.
| CSmsExample::CSmsExample | ( | ) |
Initialise all the member data.
Definition at line 85 of file smsexample.cpp.
| CSmsExample::~CSmsExample | ( | ) |
This function deletes all the member data and will free the memory used by them,as soon as you exit the application.
Definition at line 93 of file smsexample.cpp.
| CSmsExample * CSmsExample::NewLC | ( | ) | [static] |
NewLC is used to create the instance of CSmsExample class using 2 phase construction.
Definition at line 64 of file smsexample.cpp.
| void CSmsExample::SendReceiveSmsL | ( | ) |
Create an SMS service, create a SMS message, send it and read it from the sent items.
Definition at line 406 of file smsexample.cpp.
1.5.3