kmobiletools
SelectSMSSlot Class Reference
#include <at_jobs.h>
Inheritance diagram for SelectSMSSlot:

Detailed Description
Select preferred short message storage.This job uses the command AT+CPMS to select the slot for reading short messages. Short messages are read with the job FetchSMS.
Definition at line 150 of file at_jobs.h.
Public Member Functions | |
| bool | done () |
| const QString | getReadSlot () |
| SelectSMSSlot (KMobileTools::Job *pjob, QString slot, KMobileTools::SerialManager *device, AT_Engine *parent=0) | |
| JobType | type () |
Protected Member Functions | |
| void | run () |
Protected Attributes | |
| bool | b_done |
| QString | readSlot |
Constructor & Destructor Documentation
| SelectSMSSlot::SelectSMSSlot | ( | KMobileTools::Job * | pjob, | |
| QString | slot, | |||
| KMobileTools::SerialManager * | device, | |||
| AT_Engine * | parent = 0 | |||
| ) |
Definition at line 345 of file at_jobs.cpp.
Member Function Documentation
| void SelectSMSSlot::run | ( | ) | [protected] |
Definition at line 351 of file at_jobs.cpp.
| JobType SelectSMSSlot::type | ( | ) | [inline, virtual] |
Member Data Documentation
bool SelectSMSSlot::b_done [protected] |
QString SelectSMSSlot::readSlot [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference