#include <RateAdjustPacket.h>
Inheritance diagram for GNE::RateAdjustPacket:
Public Types | |
typedef SmartPtr< RateAdjustPacket > | sptr |
typedef WeakPtr< RateAdjustPacket > | wptr |
Public Member Functions | |
virtual int | getSize () const |
Returns the current size of this packet in bytes. | |
virtual void | writePacket (Buffer &raw) const |
Writes the packet to the given Buffer. | |
virtual void | readPacket (Buffer &raw) |
Reads this packet from the given Buffer. | |
Public Attributes | |
guint32 | rate |
The requested rate. | |
Static Public Attributes | |
const int | ID = 3 |
The ID for this type of packet. |