#include <evaimsend.h>
Inherits SendIM.
Inheritance diagram for SendFileNotifyAgentPacket:


Public Member Functions | |
| SendFileNotifyAgentPacket () | |
| SendFileNotifyAgentPacket (const SendFileAcceptPacket &rhs) | |
| virtual | ~SendFileNotifyAgentPacket () |
| OutPacket * | copy () |
| SendFileNotifyAgentPacket & | operator= (const SendFileNotifyAgentPacket &rhs) |
| void | setTransferType (const unsigned char type) |
| void | setConnectMode (const unsigned char mode) |
| void | setAgentServer (const unsigned int ip, const unsigned short port) |
| void | setAgentSession (const unsigned int session) |
| const unsigned char | getTransferType () const |
| const unsigned char | getConnectMode () const |
| const unsigned int | getAgentIp () const |
| const unsigned short | getAgentPort () const |
| const unsigned int | getAgentSession () const |
Protected Member Functions | |
| virtual int | putContents (unsigned char *buf) |
Private Attributes | |
| unsigned int | m_Ip |
| unsigned short | m_Port |
| unsigned int | m_Session |
| unsigned char | m_TransferType |
| unsigned char | m_ConnectMode |
Definition at line 331 of file evaimsend.h.
|
|
====================================================================== Definition at line 646 of file evaimsend.cpp. Referenced by copy(). |
|
|
Definition at line 653 of file evaimsend.cpp. |
|
|
Definition at line 336 of file evaimsend.h. |
|
|
Definition at line 339 of file evaimsend.h. References SendFileNotifyAgentPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 350 of file evaimsend.h. References m_Ip. Referenced by operator=(). |
|
|
Definition at line 351 of file evaimsend.h. References m_Port. Referenced by operator=(). |
|
|
Definition at line 352 of file evaimsend.h. References m_Session. Referenced by operator=(). |
|
|
Definition at line 349 of file evaimsend.h. References m_ConnectMode. |
|
|
Definition at line 348 of file evaimsend.h. References m_TransferType. |
|
|
Definition at line 659 of file evaimsend.cpp. References getAgentIp(), getAgentPort(), getAgentSession(), m_Ip, m_Port, and m_Session. Here is the call graph for this function: ![]() |
|
|
Reimplemented from SendIM. Definition at line 668 of file evaimsend.cpp. References Packet::getFileAgentKey(), m_ConnectMode, m_Ip, m_Port, m_Session, m_TransferType, EvaUtil::write16(), and EvaUtil::write32(). Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 344 of file evaimsend.h. |
|
|
Definition at line 346 of file evaimsend.h. References m_Session. |
|
|
Definition at line 343 of file evaimsend.h. References m_ConnectMode. |
|
|
Definition at line 342 of file evaimsend.h. References m_TransferType. |
|
|
Definition at line 361 of file evaimsend.h. Referenced by getConnectMode(), putContents(), and setConnectMode(). |
|
|
Definition at line 357 of file evaimsend.h. Referenced by getAgentIp(), operator=(), putContents(), and setAgentServer(). |
|
|
Definition at line 358 of file evaimsend.h. Referenced by getAgentPort(), operator=(), putContents(), and setAgentServer(). |
|
|
Definition at line 359 of file evaimsend.h. Referenced by getAgentSession(), operator=(), putContents(), and setAgentSession(). |
|
|
Definition at line 360 of file evaimsend.h. Referenced by getTransferType(), putContents(), and setTransferType(). |
1.4.4