kmobiletools
UpdateSMS Class Reference
#include <sms_jobs.h>
Inheritance diagram for UpdateSMS:

Detailed Description
Fetches the short messages from the phone.This job uses the AT+CGML command to read the messages in pdu form. This class takes an existing list as argument and updates this list. I.e. it checks the phone for unread messages and appends them to the list.
Definition at line 159 of file sms_jobs.h.
Public Member Functions | |
| JobType | type () |
| UpdateSMS (KMobileTools::Job *pjob, SMSList *smsList, KMobileTools::SMS::SMSType type, KMobileTools::SerialManager *device, AT_Engine *parent=0) | |
Protected Member Functions | |
| virtual void | addToList (ATSMS *sms) |
Constructor & Destructor Documentation
| UpdateSMS::UpdateSMS | ( | KMobileTools::Job * | pjob, | |
| SMSList * | smsList, | |||
| KMobileTools::SMS::SMSType | type, | |||
| KMobileTools::SerialManager * | device, | |||
| AT_Engine * | parent = 0 | |||
| ) |
Definition at line 579 of file sms_jobs.cpp.
Member Function Documentation
| void UpdateSMS::addToList | ( | ATSMS * | sms | ) | [protected, virtual] |
| JobType UpdateSMS::type | ( | ) | [inline, virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference