#include <getfeatures.h>
Inheritance diagram for TPProto::GetFeatures:

Public Member Functions | |
| GetFeatures () | |
| Default constructor. | |
| virtual | ~GetFeatures () |
| Required virtual destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer. | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack from a Buffer, fails always. Since GetFeature frames are only sent to the server, unpacking one doesn't make sence, and therefore always returns false. | |
| void TPProto::GetFeatures::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack into a Buffer.
Packs this GetFeatures frame into the buffer.
| buf | Buffer to pack into. |
Implements TPProto::Frame.
| bool TPProto::GetFeatures::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack from a Buffer, fails always. Since GetFeature frames are only sent to the server, unpacking one doesn't make sence, and therefore always returns false.
| buf | The Buffer to unpack out of, ignored. |
Implements TPProto::Frame.
1.5.1