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