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

Public Member Functions | |
| Search (SearchPtr data, uint8_t proto=PR_ED2K) | |
| operator std::string () | |
Private Attributes | |
| SearchPtr | m_data |
| Search query data. | |
The search query is passed as SearchPtr to this object, and handled internally as appropriate.
Usage: Client -> Server
Definition at line 302 of file packets.h.
|
||||||||||||
|
Definition at line 317 of file packets.cpp. |
|
|
Definition at line 319 of file packets.cpp. References m_data, ED2KPacket::Packet::makePacket(), and OP_SEARCH. |
|
|
Search query data.
Definition at line 307 of file packets.h. Referenced by operator std::string(). |