#include <evaftprotocols.h>
Inherits EvaFTSynPacket.
Inheritance diagram for EvaFTSynCreateReply:


Public Member Functions | |
| EvaFTSynCreateReply (const unsigned char *buf, const int len) | |
| const bool | isSuccessful () const |
| const unsigned short | getReplyCode () const |
| const unsigned int | getIp () const |
| const unsigned short | getPort () const |
Protected Member Functions | |
| const bool | parseBody (unsigned char *buf, const int len) |
Private Attributes | |
| unsigned short | m_ReplyCode |
| unsigned int | m_Ip |
| unsigned short | m_Port |
Definition at line 252 of file evaftprotocols.h.
|
||||||||||||
|
========================================================================================== Definition at line 514 of file evaftprotocols.cpp. |
|
|
Definition at line 260 of file evaftprotocols.h. References m_Ip. |
|
|
Definition at line 261 of file evaftprotocols.h. References m_Port. |
|
|
Definition at line 258 of file evaftprotocols.h. References m_ReplyCode. |
|
|
Definition at line 257 of file evaftprotocols.h. References m_ReplyCode, and QQ_FILE_AGENT_CREATE_OK. |
|
||||||||||||
|
Reimplemented from EvaFTPacket. Definition at line 521 of file evaftprotocols.cpp. References EvaCrypt::decrypt(), EvaFTSynPacket::m_FileAgentKey, m_Ip, m_Port, m_ReplyCode, EvaFTSynPacket::m_Session, QQ_FILE_AGENT_CREATE_OK, EvaUtil::read16(), and EvaUtil::read32(). Here is the call graph for this function: ![]() |
|
|
Definition at line 266 of file evaftprotocols.h. Referenced by getIp(), and parseBody(). |
|
|
Definition at line 267 of file evaftprotocols.h. Referenced by getPort(), and parseBody(). |
|
|
Definition at line 265 of file evaftprotocols.h. Referenced by getReplyCode(), isSuccessful(), and parseBody(). |
1.4.4