#include <events.h>
Inheritance diagram for ICQ2000::SMSReceiptEvent::
Public Methods | |
SMSReceiptEvent (Contact *c, const string &msg, const string &message_id, const string &submission_time, const string &delivery_time, bool del) | |
Construct an SMSReceiptEvent. More... | |
MessageType | getType () const |
get the type of the MessageEvent. More... | |
string | getMessage () const |
get the message. More... | |
string | getMessageId () const |
get the message id. More... | |
string | getDestination () const |
get the destination mobile no. More... | |
string | getSubmissionTime () const |
get the submission time. More... | |
string | getDeliveryTime () const |
get the delivery time. More... | |
bool | delivered () const |
get if the message was delivered. More... |
|
Construct an SMSReceiptEvent.
|
|
get if the message was delivered.
|
|
get the delivery time.
|
|
get the destination mobile no.
|
|
get the message.
|
|
get the message id.
|
|
get the submission time.
|
|
get the type of the MessageEvent.
Reimplemented from ICQ2000::MessageEvent. |