#include <getgameinfo.h>
Inheritance diagram for TPProto::GetGameInfo:

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. | |
| void TPProto::GetGameInfo::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack this GetGameInfo Frame into a Buffer.
| 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.
| buf | The Buffer, ignored. |
Implements TPProto::Frame.
1.5.1