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