Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

SendIpExNotifyPacket Class Reference

#include <evaimsend.h>

Inherits SendIM.

Inheritance diagram for SendIpExNotifyPacket:

Inheritance graph
[legend]
Collaboration diagram for SendIpExNotifyPacket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SendIpExNotifyPacket (const bool isSender=true)
 SendIpExNotifyPacket (const SendIpExNotifyPacket &rhs)
virtual ~SendIpExNotifyPacket ()
OutPacketcopy ()
SendIpExNotifyPacketoperator= (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

Detailed Description

Definition at line 244 of file evaimsend.h.


Constructor & Destructor Documentation

SendIpExNotifyPacket::SendIpExNotifyPacket const bool  isSender = true  ) 
 

Definition at line 520 of file evaimsend.cpp.

Referenced by copy().

SendIpExNotifyPacket::SendIpExNotifyPacket const SendIpExNotifyPacket rhs  ) 
 

Definition at line 538 of file evaimsend.cpp.

virtual SendIpExNotifyPacket::~SendIpExNotifyPacket  )  [inline, virtual]
 

Definition at line 249 of file evaimsend.h.


Member Function Documentation

OutPacket* SendIpExNotifyPacket::copy  )  [inline]
 

Definition at line 252 of file evaimsend.h.

References SendIpExNotifyPacket().

Here is the call graph for this function:

const unsigned char SendIpExNotifyPacket::getConnectMode  )  const [inline]
 

Definition at line 277 of file evaimsend.h.

References m_ConnectMode.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getLanIp1  )  const [inline]
 

Definition at line 287 of file evaimsend.h.

References m_LanIp1.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getLanIp2  )  const [inline]
 

Definition at line 290 of file evaimsend.h.

References m_LanIp2.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getLanIp3  )  const [inline]
 

Definition at line 292 of file evaimsend.h.

References m_LanIp3.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getLanPort1  )  const [inline]
 

Definition at line 288 of file evaimsend.h.

References m_LanPort1.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getLanPort2  )  const [inline]
 

Definition at line 291 of file evaimsend.h.

References m_LanPort2.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getLanPort3  )  const [inline]
 

Definition at line 293 of file evaimsend.h.

References m_LanPort3.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getSessionId  )  const [inline]
 

Definition at line 278 of file evaimsend.h.

References m_SessionId.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getSyncIp  )  const [inline]
 

Definition at line 300 of file evaimsend.h.

References m_SyncIp.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getSyncPort  )  const [inline]
 

Definition at line 301 of file evaimsend.h.

References m_SyncPort.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getSyncSession  )  const [inline]
 

Definition at line 296 of file evaimsend.h.

References m_SyncSession.

Referenced by operator=().

const unsigned char SendIpExNotifyPacket::getTransferType  )  const [inline]
 

Definition at line 276 of file evaimsend.h.

References m_TransferType.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getWanIp1  )  const [inline]
 

Definition at line 280 of file evaimsend.h.

References m_WanIp1.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getWanIp2  )  const [inline]
 

Definition at line 282 of file evaimsend.h.

References m_WanIp2.

Referenced by operator=().

const unsigned int SendIpExNotifyPacket::getWanIp3  )  const [inline]
 

Definition at line 284 of file evaimsend.h.

References m_WanIp3.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getWanPort1  )  const [inline]
 

Definition at line 281 of file evaimsend.h.

References m_WanPort1.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getWanPort2  )  const [inline]
 

Definition at line 283 of file evaimsend.h.

References m_WanPort2.

Referenced by operator=().

const unsigned short SendIpExNotifyPacket::getWanPort3  )  const [inline]
 

Definition at line 285 of file evaimsend.h.

References m_WanPort3.

Referenced by operator=().

const bool SendIpExNotifyPacket::isSender  )  const [inline]
 

Definition at line 274 of file evaimsend.h.

References m_IsSender.

Referenced by operator=().

SendIpExNotifyPacket & SendIpExNotifyPacket::operator= const SendIpExNotifyPacket rhs  ) 
 

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:

int SendIpExNotifyPacket::putContents unsigned char *  buf  )  [protected, virtual]
 

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:

void SendIpExNotifyPacket::setConnectMode const unsigned char  mode  )  [inline]
 

Definition at line 256 of file evaimsend.h.

References m_ConnectMode.

void SendIpExNotifyPacket::setLanIp1 const unsigned int  ip  )  [inline]
 

Definition at line 266 of file evaimsend.h.

References m_LanIp1.

void SendIpExNotifyPacket::setLanIp2 const unsigned int  ip  )  [inline]
 

Definition at line 268 of file evaimsend.h.

References m_LanIp2.

void SendIpExNotifyPacket::setLanIp3 const unsigned int  ip  )  [inline]
 

Definition at line 270 of file evaimsend.h.

References m_LanIp3.

void SendIpExNotifyPacket::setLanPort1 const unsigned short  port  )  [inline]
 

Definition at line 267 of file evaimsend.h.

References m_LanPort1.

void SendIpExNotifyPacket::setLanPort2 const unsigned short  port  )  [inline]
 

Definition at line 269 of file evaimsend.h.

References m_LanPort2.

void SendIpExNotifyPacket::setLanPort3 const unsigned short  port  )  [inline]
 

Definition at line 271 of file evaimsend.h.

References m_LanPort3.

void SendIpExNotifyPacket::setSender const bool  sender  )  [inline]
 

Definition at line 273 of file evaimsend.h.

References m_IsSender.

void SendIpExNotifyPacket::setSessionId const unsigned int  session  )  [inline]
 

Definition at line 257 of file evaimsend.h.

References m_SessionId.

void SendIpExNotifyPacket::setSyncIp const unsigned int  ip  )  [inline]
 

Definition at line 298 of file evaimsend.h.

References m_SyncIp.

void SendIpExNotifyPacket::setSyncPort const unsigned short  port  )  [inline]
 

Definition at line 299 of file evaimsend.h.

References m_SyncPort.

void SendIpExNotifyPacket::setSyncSession const unsigned int  session  )  [inline]
 

Definition at line 295 of file evaimsend.h.

References m_SyncSession.

void SendIpExNotifyPacket::setTransferType const unsigned char  type  )  [inline]
 

Definition at line 255 of file evaimsend.h.

References m_TransferType.

void SendIpExNotifyPacket::setWanIp1 const unsigned int  ip  )  [inline]
 

Definition at line 259 of file evaimsend.h.

References m_WanIp1.

void SendIpExNotifyPacket::setWanIp2 const unsigned int  ip  )  [inline]
 

Definition at line 261 of file evaimsend.h.

References m_WanIp2.

void SendIpExNotifyPacket::setWanIp3 const unsigned int  ip  )  [inline]
 

Definition at line 263 of file evaimsend.h.

References m_WanIp3.

void SendIpExNotifyPacket::setWanPort1 const unsigned short  port  )  [inline]
 

Definition at line 260 of file evaimsend.h.

References m_WanPort1.

void SendIpExNotifyPacket::setWanPort2 const unsigned short  port  )  [inline]
 

Definition at line 262 of file evaimsend.h.

References m_WanPort2.

void SendIpExNotifyPacket::setWanPort3 const unsigned short  port  )  [inline]
 

Definition at line 264 of file evaimsend.h.

References m_WanPort3.


Member Data Documentation

unsigned char SendIpExNotifyPacket::m_ConnectMode [private]
 

Definition at line 308 of file evaimsend.h.

Referenced by getConnectMode(), operator=(), putContents(), and setConnectMode().

bool SendIpExNotifyPacket::m_IsSender [private]
 

Definition at line 306 of file evaimsend.h.

Referenced by isSender(), operator=(), putContents(), and setSender().

unsigned int SendIpExNotifyPacket::m_LanIp1 [private]
 

Definition at line 318 of file evaimsend.h.

Referenced by getLanIp1(), operator=(), putContents(), and setLanIp1().

unsigned int SendIpExNotifyPacket::m_LanIp2 [private]
 

Definition at line 320 of file evaimsend.h.

Referenced by getLanIp2(), operator=(), putContents(), and setLanIp2().

unsigned int SendIpExNotifyPacket::m_LanIp3 [private]
 

Definition at line 322 of file evaimsend.h.

Referenced by getLanIp3(), operator=(), putContents(), and setLanIp3().

unsigned short SendIpExNotifyPacket::m_LanPort1 [private]
 

Definition at line 319 of file evaimsend.h.

Referenced by getLanPort1(), operator=(), putContents(), and setLanPort1().

unsigned short SendIpExNotifyPacket::m_LanPort2 [private]
 

Definition at line 321 of file evaimsend.h.

Referenced by getLanPort2(), operator=(), putContents(), and setLanPort2().

unsigned short SendIpExNotifyPacket::m_LanPort3 [private]
 

Definition at line 323 of file evaimsend.h.

Referenced by getLanPort3(), operator=(), putContents(), and setLanPort3().

unsigned int SendIpExNotifyPacket::m_SessionId [private]
 

Definition at line 309 of file evaimsend.h.

Referenced by getSessionId(), operator=(), putContents(), and setSessionId().

unsigned int SendIpExNotifyPacket::m_SyncIp [private]
 

Definition at line 326 of file evaimsend.h.

Referenced by getSyncIp(), operator=(), putContents(), and setSyncIp().

unsigned short SendIpExNotifyPacket::m_SyncPort [private]
 

Definition at line 327 of file evaimsend.h.

Referenced by getSyncPort(), operator=(), putContents(), and setSyncPort().

unsigned int SendIpExNotifyPacket::m_SyncSession [private]
 

Definition at line 328 of file evaimsend.h.

Referenced by getSyncSession(), operator=(), putContents(), and setSyncSession().

unsigned char SendIpExNotifyPacket::m_TransferType [private]
 

Definition at line 307 of file evaimsend.h.

Referenced by getTransferType(), operator=(), putContents(), and setTransferType().

unsigned int SendIpExNotifyPacket::m_WanIp1 [private]
 

Definition at line 311 of file evaimsend.h.

Referenced by getWanIp1(), operator=(), putContents(), and setWanIp1().

unsigned int SendIpExNotifyPacket::m_WanIp2 [private]
 

Definition at line 313 of file evaimsend.h.

Referenced by getWanIp2(), operator=(), putContents(), and setWanIp2().

unsigned int SendIpExNotifyPacket::m_WanIp3 [private]
 

Definition at line 315 of file evaimsend.h.

Referenced by getWanIp3(), operator=(), putContents(), and setWanIp3().

unsigned short SendIpExNotifyPacket::m_WanPort1 [private]
 

Definition at line 312 of file evaimsend.h.

Referenced by getWanPort1(), operator=(), putContents(), and setWanPort1().

unsigned short SendIpExNotifyPacket::m_WanPort2 [private]
 

Definition at line 314 of file evaimsend.h.

Referenced by getWanPort2(), operator=(), putContents(), and setWanPort2().

unsigned short SendIpExNotifyPacket::m_WanPort3 [private]
 

Definition at line 316 of file evaimsend.h.

Referenced by getWanPort3(), operator=(), putContents(), and setWanPort3().


The documentation for this class was generated from the following files:
Generated on Mon May 15 20:53:07 2006 for libeva by  doxygen 1.4.4