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


Public Member Functions | |
| EvaFTAgentCreate () | |
| virtual | ~EvaFTAgentCreate () |
| void | setFileAgentToken (const unsigned char *token, const int len) |
| void | setBuddyQQ (const int id) |
| void | setIp (const unsigned int ip) |
Protected Member Functions | |
| const int | fillBody (unsigned char *buf) |
Private Attributes | |
| unsigned char * | m_Token |
| int | m_TokenLength |
| int | m_Id |
| unsigned int | m_Ip |
Definition at line 37 of file evaftprotocols.h.
|
|
Definition at line 27 of file evaftprotocols.cpp. |
|
|
Definition at line 33 of file evaftprotocols.cpp. References m_Token. |
|
|
Reimplemented from EvaFTPacket. Definition at line 48 of file evaftprotocols.cpp. References EvaCrypt::encrypt(), EvaFTAgentPacket::m_FileAgentKey, m_Id, m_Ip, m_Token, m_TokenLength, EvaUtil::write16(), and EvaUtil::write32(). Here is the call graph for this function: ![]() |
|
|
Definition at line 43 of file evaftprotocols.h. References m_Id. |
|
||||||||||||
|
Definition at line 39 of file evaftprotocols.cpp. References m_Token, and m_TokenLength. |
|
|
Definition at line 44 of file evaftprotocols.h. References m_Ip. |
|
|
Reimplemented from EvaFTAgentPacket. Definition at line 50 of file evaftprotocols.h. Referenced by fillBody(), and setBuddyQQ(). |
|
|
Definition at line 51 of file evaftprotocols.h. Referenced by fillBody(), and setIp(). |
|
|
Definition at line 48 of file evaftprotocols.h. Referenced by fillBody(), setFileAgentToken(), and ~EvaFTAgentCreate(). |
|
|
Definition at line 49 of file evaftprotocols.h. Referenced by fillBody(), and setFileAgentToken(). |
1.4.4