TPProto::GetGameInfo Class Reference

A Frame to request game info frames from the server. More...

#include <getgameinfo.h>

Inheritance diagram for TPProto::GetGameInfo:

TPProto::Frame List of all members.

Public Member Functions

 GetGameInfo ()
 Default constructor.
virtual ~GetGameInfo ()
 Required virtual destructor.
void packBuffer (Buffer *buf)
 Pack this GetGameInfo Frame into a Buffer.
bool unpackBuffer (Buffer *buf)
 Unpack from a Buffer, always false.

Detailed Description

A Frame to request game info frames from the server.


Member Function Documentation

void TPProto::GetGameInfo::packBuffer ( Buffer buf  )  [virtual]

Pack this GetGameInfo Frame into a Buffer.

Parameters:
buf The Buffer to pack into.

Implements TPProto::Frame.

bool TPProto::GetGameInfo::unpackBuffer ( Buffer buf  )  [virtual]

Unpack from a Buffer, always false.

Since GetGameInfo frames are only sent to the server, we should not receive them and therefore this method always returns false.

Parameters:
buf The Buffer, ignored.
Returns:
False always.

Implements TPProto::Frame.


The documentation for this class was generated from the following files:
Generated on Tue Jan 6 05:15:47 2009 for libtpproto-cpp by  doxygen 1.5.1