#include <evalogin.h>
Inherits InPacket.
Inheritance diagram for KeepAliveReplyPacket:


Public Member Functions | |
| KeepAliveReplyPacket () | |
| KeepAliveReplyPacket (unsigned char *buf, int len) | |
| KeepAliveReplyPacket (const KeepAliveReplyPacket &rhs) | |
| virtual | ~KeepAliveReplyPacket () |
| const int | numOnlineUsers () const |
| const std::string & | getMyIP () const |
| const short | getMyPort () const |
| KeepAliveReplyPacket & | operator= (const KeepAliveReplyPacket &rhs) |
Protected Member Functions | |
| virtual void | parseBody () |
Private Attributes | |
| std::string | myIP |
| short | myPort |
Static Private Attributes | |
| static const unsigned char | KA_DIVIDER = 0x1f |
| static int | onlineUsers = 0 |
Definition at line 113 of file evalogin.h.
|
|
Definition at line 116 of file evalogin.h. |
|
||||||||||||
|
Definition at line 293 of file evalogin.cpp. |
|
|
Definition at line 298 of file evalogin.cpp. References getMyIP(), getMyPort(), myIP, myPort, numOnlineUsers(), and onlineUsers. Here is the call graph for this function: ![]() |
|
|
Definition at line 119 of file evalogin.h. |
|
|
Definition at line 122 of file evalogin.h. References myIP. Referenced by KeepAliveReplyPacket(), and operator=(). |
|
|
Definition at line 123 of file evalogin.h. References myPort. Referenced by KeepAliveReplyPacket(), and operator=(). |
|
|
Definition at line 121 of file evalogin.h. References onlineUsers. Referenced by KeepAliveReplyPacket(), and operator=(). |
|
|
Definition at line 306 of file evalogin.cpp. References getMyIP(), getMyPort(), myIP, myPort, numOnlineUsers(), and onlineUsers. Here is the call graph for this function: ![]() |
|
|
Reimplemented from InPacket. Definition at line 315 of file evalogin.cpp. References InPacket::bodyLength, InPacket::decryptedBuf, KA_DIVIDER, myIP, myPort, and onlineUsers. |
|
|
Definition at line 129 of file evalogin.h. Referenced by parseBody(). |
|
|
Definition at line 131 of file evalogin.h. Referenced by getMyIP(), KeepAliveReplyPacket(), operator=(), and parseBody(). |
|
|
Definition at line 132 of file evalogin.h. Referenced by getMyPort(), KeepAliveReplyPacket(), operator=(), and parseBody(). |
|
|
Definition at line 130 of file evalogin.h. Referenced by KeepAliveReplyPacket(), numOnlineUsers(), operator=(), and parseBody(). |
1.4.4