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

Detailed Description
Fetches the short messages from the phone.This job uses the AT+CGML command to read the messages in pdu form. The messages are appended to the smsList.
Definition at line 137 of file sms_jobs.h.
Public Member Functions | |
| FetchSMS (KMobileTools::Job *pjob, KMobileTools::SMS::SMSType type, KMobileTools::SerialManager *device, bool lastSlot, AT_Engine *parent=0) | |
| bool | last () |
| JobType | type () |
Public Attributes | |
| SMSList * | smsList |
Protected Member Functions | |
| virtual void | addToList (ATSMS *sms) |
| void | run () |
Protected Attributes | |
| bool | b_last |
| SMSDecoder | decoder |
| KMobileTools::SMS::SMSType | fetchType |
| int | index |
| int | stat |
Constructor & Destructor Documentation
| FetchSMS::FetchSMS | ( | KMobileTools::Job * | pjob, | |
| KMobileTools::SMS::SMSType | type, | |||
| KMobileTools::SerialManager * | device, | |||
| bool | lastSlot, | |||
| AT_Engine * | parent = 0 | |||
| ) |
Definition at line 404 of file sms_jobs.cpp.
Member Function Documentation
| void FetchSMS::addToList | ( | ATSMS * | sms | ) | [protected, virtual] |
| bool FetchSMS::last | ( | ) | [inline] |
Definition at line 143 of file sms_jobs.h.
| void FetchSMS::run | ( | ) | [protected] |
Definition at line 411 of file sms_jobs.cpp.
| JobType FetchSMS::type | ( | ) | [inline, virtual] |
Implements KMobileTools::Job.
Reimplemented in UpdateSMS.
Definition at line 142 of file sms_jobs.h.
Member Data Documentation
bool FetchSMS::b_last [protected] |
Definition at line 149 of file sms_jobs.h.
SMSDecoder FetchSMS::decoder [protected] |
Definition at line 145 of file sms_jobs.h.
KMobileTools::SMS::SMSType FetchSMS::fetchType [protected] |
Definition at line 146 of file sms_jobs.h.
int FetchSMS::index [protected] |
Definition at line 147 of file sms_jobs.h.
Definition at line 141 of file sms_jobs.h.
int FetchSMS::stat [protected] |
Definition at line 147 of file sms_jobs.h.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference