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


Public Member Functions | |
| SendIpExNotifyPacket (const bool isSender=true) | |
| SendIpExNotifyPacket (const SendIpExNotifyPacket &rhs) | |
| virtual | ~SendIpExNotifyPacket () |
| OutPacket * | copy () |
| SendIpExNotifyPacket & | operator= (const SendIpExNotifyPacket &rhs) |
| void | setTransferType (const unsigned char type) |
| void | setConnectMode (const unsigned char mode) |
| void | setSessionId (const unsigned int session) |
| void | setWanIp1 (const unsigned int ip) |
| void | setWanPort1 (const unsigned short port) |
| void | setWanIp2 (const unsigned int ip) |
| void | setWanPort2 (const unsigned short port) |
| void | setWanIp3 (const unsigned int ip) |
| void | setWanPort3 (const unsigned short port) |
| void | setLanIp1 (const unsigned int ip) |
| void | setLanPort1 (const unsigned short port) |
| void | setLanIp2 (const unsigned int ip) |
| void | setLanPort2 (const unsigned short port) |
| void | setLanIp3 (const unsigned int ip) |
| void | setLanPort3 (const unsigned short port) |
| void | setSender (const bool sender) |
| const bool | isSender () const |
| const unsigned char | getTransferType () const |
| const unsigned char | getConnectMode () const |
| const unsigned int | getSessionId () const |
| const unsigned int | getWanIp1 () const |
| const unsigned short | getWanPort1 () const |
| const unsigned int | getWanIp2 () const |
| const unsigned short | getWanPort2 () const |
| const unsigned int | getWanIp3 () const |
| const unsigned short | getWanPort3 () const |
| const unsigned int | getLanIp1 () const |
| const unsigned short | getLanPort1 () const |
| const unsigned int | getLanIp2 () const |
| const unsigned short | getLanPort2 () const |
| const unsigned int | getLanIp3 () const |
| const unsigned short | getLanPort3 () const |
| void | setSyncSession (const unsigned int session) |
| const unsigned int | getSyncSession () const |
| void | setSyncIp (const unsigned int ip) |
| void | setSyncPort (const unsigned short port) |
| const unsigned int | getSyncIp () const |
| const unsigned short | getSyncPort () const |
Protected Member Functions | |
| virtual int | putContents (unsigned char *buf) |
Private Attributes | |
| bool | m_IsSender |
| unsigned char | m_TransferType |
| unsigned char | m_ConnectMode |
| unsigned int | m_SessionId |
| unsigned int | m_WanIp1 |
| unsigned short | m_WanPort1 |
| unsigned int | m_WanIp2 |
| unsigned short | m_WanPort2 |
| unsigned int | m_WanIp3 |
| unsigned short | m_WanPort3 |
| unsigned int | m_LanIp1 |
| unsigned short | m_LanPort1 |
| unsigned int | m_LanIp2 |
| unsigned short | m_LanPort2 |
| unsigned int | m_LanIp3 |
| unsigned short | m_LanPort3 |
| unsigned int | m_SyncIp |
| unsigned short | m_SyncPort |
| unsigned int | m_SyncSession |
Definition at line 244 of file evaimsend.h.
|
|
Definition at line 520 of file evaimsend.cpp. Referenced by copy(). |
|
|
Definition at line 538 of file evaimsend.cpp. |
|
|
Definition at line 249 of file evaimsend.h. |
|
|
Definition at line 252 of file evaimsend.h. References SendIpExNotifyPacket(). Here is the call graph for this function: ![]() |
|
|
Definition at line 277 of file evaimsend.h. References m_ConnectMode. Referenced by operator=(). |
|
|
Definition at line 287 of file evaimsend.h. References m_LanIp1. Referenced by operator=(). |
|
|
Definition at line 290 of file evaimsend.h. References m_LanIp2. Referenced by operator=(). |
|
|
Definition at line 292 of file evaimsend.h. References m_LanIp3. Referenced by operator=(). |
|
|
Definition at line 288 of file evaimsend.h. References m_LanPort1. Referenced by operator=(). |
|
|
Definition at line 291 of file evaimsend.h. References m_LanPort2. Referenced by operator=(). |
|
|
Definition at line 293 of file evaimsend.h. References m_LanPort3. Referenced by operator=(). |
|
|
Definition at line 278 of file evaimsend.h. References m_SessionId. Referenced by operator=(). |
|
|
Definition at line 300 of file evaimsend.h. References m_SyncIp. Referenced by operator=(). |
|
|
Definition at line 301 of file evaimsend.h. References m_SyncPort. Referenced by operator=(). |
|
|
Definition at line 296 of file evaimsend.h. References m_SyncSession. Referenced by operator=(). |
|
|
Definition at line 276 of file evaimsend.h. References m_TransferType. Referenced by operator=(). |
|
|
Definition at line 280 of file evaimsend.h. References m_WanIp1. Referenced by operator=(). |
|
|
Definition at line 282 of file evaimsend.h. References m_WanIp2. Referenced by operator=(). |
|
|
Definition at line 284 of file evaimsend.h. References m_WanIp3. Referenced by operator=(). |
|
|
Definition at line 281 of file evaimsend.h. References m_WanPort1. Referenced by operator=(). |
|
|
Definition at line 283 of file evaimsend.h. References m_WanPort2. Referenced by operator=(). |
|
|
Definition at line 285 of file evaimsend.h. References m_WanPort3. Referenced by operator=(). |
|
|
Definition at line 274 of file evaimsend.h. References m_IsSender. Referenced by operator=(). |
|
|
Definition at line 544 of file evaimsend.cpp. References getConnectMode(), getLanIp1(), getLanIp2(), getLanIp3(), getLanPort1(), getLanPort2(), getLanPort3(), getSessionId(), getSyncIp(), getSyncPort(), getSyncSession(), getTransferType(), getWanIp1(), getWanIp2(), getWanIp3(), getWanPort1(), getWanPort2(), getWanPort3(), isSender(), m_ConnectMode, m_IsSender, m_LanIp1, m_LanIp2, m_LanIp3, m_LanPort1, m_LanPort2, m_LanPort3, m_SessionId, m_SyncIp, m_SyncPort, m_SyncSession, m_TransferType, m_WanIp1, m_WanIp2, m_WanIp3, m_WanPort1, m_WanPort2, and m_WanPort3. Here is the call graph for this function: ![]() |
|
|
Reimplemented from SendIM. Definition at line 573 of file evaimsend.cpp. References m_ConnectMode, m_IsSender, m_LanIp1, m_LanIp2, m_LanIp3, m_LanPort1, m_LanPort2, m_LanPort3, m_SessionId, m_SyncIp, m_SyncPort, m_SyncSession, m_TransferType, m_WanIp1, m_WanIp2, m_WanIp3, m_WanPort1, m_WanPort2, m_WanPort3, EvaUtil::write16(), and EvaUtil::write32(). Here is the call graph for this function: ![]() |
|
|
Definition at line 256 of file evaimsend.h. References m_ConnectMode. |
|
|
Definition at line 266 of file evaimsend.h. References m_LanIp1. |
|
|
Definition at line 268 of file evaimsend.h. References m_LanIp2. |
|
|
Definition at line 270 of file evaimsend.h. References m_LanIp3. |
|
|
Definition at line 267 of file evaimsend.h. References m_LanPort1. |
|
|
Definition at line 269 of file evaimsend.h. References m_LanPort2. |
|
|
Definition at line 271 of file evaimsend.h. References m_LanPort3. |
|
|
Definition at line 273 of file evaimsend.h. References m_IsSender. |
|
|
Definition at line 257 of file evaimsend.h. References m_SessionId. |
|
|
Definition at line 298 of file evaimsend.h. References m_SyncIp. |
|
|
Definition at line 299 of file evaimsend.h. References m_SyncPort. |
|
|
Definition at line 295 of file evaimsend.h. References m_SyncSession. |
|
|
Definition at line 255 of file evaimsend.h. References m_TransferType. |
|
|
Definition at line 259 of file evaimsend.h. References m_WanIp1. |
|
|
Definition at line 261 of file evaimsend.h. References m_WanIp2. |
|
|
Definition at line 263 of file evaimsend.h. References m_WanIp3. |
|
|
Definition at line 260 of file evaimsend.h. References m_WanPort1. |
|
|
Definition at line 262 of file evaimsend.h. References m_WanPort2. |
|
|
Definition at line 264 of file evaimsend.h. References m_WanPort3. |
|
|
Definition at line 308 of file evaimsend.h. Referenced by getConnectMode(), operator=(), putContents(), and setConnectMode(). |
|
|
Definition at line 306 of file evaimsend.h. Referenced by isSender(), operator=(), putContents(), and setSender(). |
|
|
Definition at line 318 of file evaimsend.h. Referenced by getLanIp1(), operator=(), putContents(), and setLanIp1(). |
|
|
Definition at line 320 of file evaimsend.h. Referenced by getLanIp2(), operator=(), putContents(), and setLanIp2(). |
|
|
Definition at line 322 of file evaimsend.h. Referenced by getLanIp3(), operator=(), putContents(), and setLanIp3(). |
|
|
Definition at line 319 of file evaimsend.h. Referenced by getLanPort1(), operator=(), putContents(), and setLanPort1(). |
|
|
Definition at line 321 of file evaimsend.h. Referenced by getLanPort2(), operator=(), putContents(), and setLanPort2(). |
|
|
Definition at line 323 of file evaimsend.h. Referenced by getLanPort3(), operator=(), putContents(), and setLanPort3(). |
|
|
Definition at line 309 of file evaimsend.h. Referenced by getSessionId(), operator=(), putContents(), and setSessionId(). |
|
|
Definition at line 326 of file evaimsend.h. Referenced by getSyncIp(), operator=(), putContents(), and setSyncIp(). |
|
|
Definition at line 327 of file evaimsend.h. Referenced by getSyncPort(), operator=(), putContents(), and setSyncPort(). |
|
|
Definition at line 328 of file evaimsend.h. Referenced by getSyncSession(), operator=(), putContents(), and setSyncSession(). |
|
|
Definition at line 307 of file evaimsend.h. Referenced by getTransferType(), operator=(), putContents(), and setTransferType(). |
|
|
Definition at line 311 of file evaimsend.h. Referenced by getWanIp1(), operator=(), putContents(), and setWanIp1(). |
|
|
Definition at line 313 of file evaimsend.h. Referenced by getWanIp2(), operator=(), putContents(), and setWanIp2(). |
|
|
Definition at line 315 of file evaimsend.h. Referenced by getWanIp3(), operator=(), putContents(), and setWanIp3(). |
|
|
Definition at line 312 of file evaimsend.h. Referenced by getWanPort1(), operator=(), putContents(), and setWanPort1(). |
|
|
Definition at line 314 of file evaimsend.h. Referenced by getWanPort2(), operator=(), putContents(), and setWanPort2(). |
|
|
Definition at line 316 of file evaimsend.h. Referenced by getWanPort3(), operator=(), putContents(), and setWanPort3(). |
1.4.4