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

ICQ2000::RateInfoChangeEvent Class Reference

Rate Information Changed. More...

#include <events.h>

Inheritance diagram for ICQ2000::RateInfoChangeEvent::

ICQ2000::Event List of all members.

Public Types

enum  RateClass { RATE_CHANGE = 1, RATE_WARNING, RATE_LIMIT, RATE_LIMIT_CLEARED }
 enum of the rate classes.


Public Methods

 RateInfoChangeEvent (unsigned short code, unsigned short rateclass, unsigned int windowsize, unsigned int clear, unsigned int alert, unsigned int limit, unsigned int disconnect, unsigned int currentavg, unsigned int maxavg)
 Constructor for a RateInfoChangeEvent. More...

unsigned short getCode () const
 get the code.

unsigned short getRateClass () const
 get the rate class.

unsigned int getWindowSize () const
 get the size of the window.

unsigned int getClear () const
 get clear (?).

unsigned int getAlert () const
 get alert (?).

unsigned int getLimit () const
 get the limit.

unsigned int getDisconnect () const
 get disconnect (?).

unsigned int getCurrentAvg () const
 get the current average.

unsigned int getMaxAvg () const
 get the maximum average.


Detailed Description

Rate Information Changed.


Constructor & Destructor Documentation

ICQ2000::RateInfoChangeEvent::RateInfoChangeEvent unsigned short    code,
unsigned short    rateclass,
unsigned int    windowsize,
unsigned int    clear,
unsigned int    alert,
unsigned int    limit,
unsigned int    disconnect,
unsigned int    currentavg,
unsigned int    maxavg
 

Constructor for a RateInfoChangeEvent.

Parameters:
code  the code
rateclass  the rateclass
windowsize  the size of the window
clear  clear (?)
alert  alert (?)
limit  the limit
disconnect  disconnect (?)
currentavg  the current average
maxavg  the maximum average


The documentation for this class was generated from the following files:
Generated on Tue Jan 15 12:24:37 2002 for libicq2000 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001