| Home · All Classes · Annotated · Functions |
The QSMSRequest class accesses the SMS functionality of the phone. More...
#include <QSMSRequest>
Inherits QObject.
The QSMSRequest class accesses the SMS functionality of the phone.
The QSMSRequest class provides access to SMS functionality on the phone device, to send and receive SMS and cell broadcast messages.
See also QSMSMessage.
The disposition of an SMS message that is being transmitted.
| Constant | Value | Description |
|---|---|---|
| QSMSRequest::Send | 0 | Send the message, but do not store it locally. |
| QSMSRequest::SendAndStore | 1 | Send the message, and also store is locally. |
| QSMSRequest::Store | 2 | Store the message locally, but do not send it. |
Destruct an QSMSRequest object.
Signal that is emitted when a cell broadcast message m is received on line.
Fetch the total number of messages in the incoming SMS buffer. The number is returned via the QSMSRequest::messageCount signal.
Delete the message with the identifier id from the incoming SMS buffer.
Signal that is emitted when a message in the incoming SMS buffer of line is fetched. id will be zero-length if there are no remaining messages in the buffer to be fetched. Otherwise, the message content is in m.
Signal that is emitted when a message has finished being sent on line. The message's identifier is id, and success indicates whether the transmission was successful or not.
Fetch the first message in the incoming SMS buffer. Note: only one application (usually qtmail) should ever call this method and QSMSRequest::nextMessage.
Signal that is emitted when either a new message arrives on line, the total count is explicitly fetched using QSMSRequest::check, or a message is deleted using QSMSRequest::deleteMessage.
Fetch the next message in the incoming SMS buffer.
Send the SMS message m with the specified disposition. The identifier id is associated with the message, which allows the caller to track its progress via the QSMSRequest::finished signal.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |