#include <evaftprotocols.h>
Inherits EvaFTAgentPacket.
Inheritance diagram for EvaFTAgentTransferReply:


Public Member Functions | |
| EvaFTAgentTransferReply (const int type, const unsigned char *buf, const int len) | |
| ~EvaFTAgentTransferReply () | |
| unsigned int | getStartPosition () const |
| const bool | isReceivedOk () const |
| const unsigned char * | getFileMd5 () |
| const unsigned char * | getFileNameMd5 () |
| const std::string & | getFileName () const |
| const unsigned int | getFileSize () const |
| const unsigned int | getDataLength () const |
| const unsigned char * | getData () const |
Protected Member Functions | |
| const bool | parseBody (unsigned char *buf, const int len) |
Private Attributes | |
| int | m_Type |
| unsigned int | m_ReplyCode |
| unsigned char | m_NextReplyCode |
| unsigned char * | m_FileMd5 |
| unsigned char * | m_FileNameMd5 |
| std::string | m_FileName |
| unsigned int | m_FileSize |
| unsigned char * | m_Data |
| unsigned int | m_DataLength |
Definition at line 142 of file evaftprotocols.h.
|
||||||||||||||||
|
========================================================================================== Definition at line 275 of file evaftprotocols.cpp. |
|
|
Definition at line 284 of file evaftprotocols.cpp. References m_Data, m_FileMd5, and m_FileNameMd5. |
|
|
Definition at line 166 of file evaftprotocols.h. References m_Data. |
|
|
Definition at line 164 of file evaftprotocols.h. References m_DataLength. |
|
|
Definition at line 291 of file evaftprotocols.cpp. References m_FileMd5. |
|
|
Definition at line 158 of file evaftprotocols.h. References m_FileName. |
|
|
Definition at line 296 of file evaftprotocols.cpp. References m_FileNameMd5. |
|
|
Definition at line 159 of file evaftprotocols.h. References m_FileSize. |
|
|
Definition at line 149 of file evaftprotocols.h. References m_ReplyCode. |
|
|
Definition at line 153 of file evaftprotocols.h. References m_NextReplyCode. |
|
||||||||||||
|
Reimplemented from EvaFTPacket. Definition at line 302 of file evaftprotocols.cpp. References m_Data, m_DataLength, m_FileMd5, m_FileName, m_FileNameMd5, m_FileSize, m_NextReplyCode, m_ReplyCode, m_Type, QQ_FILE_AGENT_TRANSFER_DATA, QQ_FILE_AGENT_TRANSFER_INFO, QQ_FILE_AGENT_TRANSFER_REPLY, QQ_FILE_AGENT_TRANSFER_START, EvaUtil::read16(), and EvaUtil::read32(). Here is the call graph for this function: ![]() |
|
|
Definition at line 186 of file evaftprotocols.h. Referenced by getData(), parseBody(), and ~EvaFTAgentTransferReply(). |
|
|
Definition at line 187 of file evaftprotocols.h. Referenced by getDataLength(), and parseBody(). |
|
|
Definition at line 180 of file evaftprotocols.h. Referenced by getFileMd5(), parseBody(), and ~EvaFTAgentTransferReply(). |
|
|
Definition at line 182 of file evaftprotocols.h. Referenced by getFileName(), and parseBody(). |
|
|
Definition at line 181 of file evaftprotocols.h. Referenced by getFileNameMd5(), parseBody(), and ~EvaFTAgentTransferReply(). |
|
|
Definition at line 183 of file evaftprotocols.h. Referenced by getFileSize(), and parseBody(). |
|
|
Definition at line 177 of file evaftprotocols.h. Referenced by isReceivedOk(), and parseBody(). |
|
|
Definition at line 174 of file evaftprotocols.h. Referenced by getStartPosition(), and parseBody(). |
|
|
Definition at line 171 of file evaftprotocols.h. Referenced by parseBody(). |
1.4.4