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 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


Detailed Description

An SMS (delivery) receipt.


Constructor & Destructor Documentation

ICQ2000::SMSReceiptEvent::SMSReceiptEvent ContactRef    c,
const string &    msg,
const string &    message_id,
const string &    submission_time,
const 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 Sat Jul 20 16:59:09 2002 for libicq2000 by doxygen1.2.16