#include <packets.h>
Inheritance diagram for ED2KPacket::ServerList:

Public Member Functions | |
| ServerList (std::istream &i) | |
| uint32_t | getCount () const |
| IPV4Address | getServer (uint32_t n) const |
Private Attributes | |
| std::vector< IPV4Address > | m_servers |
Usage: Server -> Client
Definition at line 246 of file packets.h.
|
|
Definition at line 270 of file packets.cpp. |
|
|
Definition at line 250 of file packets.h. References m_servers. |
|
|
Definition at line 251 of file packets.h. References m_servers. |
|
|
Definition at line 253 of file packets.h. Referenced by getCount(), and getServer(). |