Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

ICQ2000::SMSReceiptEvent Class Reference

An SMS (delivery) receipt. More...

#include <events.h>

Inheritance diagram for ICQ2000::SMSReceiptEvent:

ICQ2000::MessageEvent ICQ2000::Event List of all members.

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


Detailed Description

An SMS (delivery) receipt.


Constructor & Destructor Documentation

ICQ2000::SMSReceiptEvent::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.

Parameters:
c  the source contact
msg  the message
message_id  the message id
submission_time  time of submission
delivery_time  time of delivery
del  if the message was delivered


Member Function Documentation

bool ICQ2000::SMSReceiptEvent::delivered   const
 

get if the message was delivered

Returns:
if the message was delivered

string ICQ2000::SMSReceiptEvent::getDeliveryTime   const
 

get the delivery time

Returns:
the delivery time

string ICQ2000::SMSReceiptEvent::getDestination   const
 

get the destination mobile no

Returns:
the destination mobile no

string ICQ2000::SMSReceiptEvent::getMessage   const
 

get the message

Returns:
the message

string ICQ2000::SMSReceiptEvent::getMessageId   const
 

get the message id

Returns:
the message id

string ICQ2000::SMSReceiptEvent::getSubmissionTime   const
 

get the submission time

Returns:
the submission time

MessageEvent::MessageType ICQ2000::SMSReceiptEvent::getType   const [virtual]
 

get the type of the MessageEvent

Returns:
the type of the message

Implements ICQ2000::MessageEvent.


The documentation for this class was generated from the following files:
Generated on Sun Jul 21 10:57:33 2002 for libicq2000 by doxygen1.2.16