diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_sms_example.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_sms_example.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,159 +0,0 @@ - -
-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.
- --