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

SendFileAcceptPacket Class Reference

#include <evaimsend.h>

Inherits SendIM.

Inheritance diagram for SendFileAcceptPacket:

Inheritance graph
[legend]
Collaboration diagram for SendFileAcceptPacket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SendFileAcceptPacket ()
 SendFileAcceptPacket (const SendFileAcceptPacket &rhs)
virtual ~SendFileAcceptPacket ()
OutPacketcopy ()
SendFileAcceptPacketoperator= (const SendFileAcceptPacket &rhs)
void setTransferType (const unsigned char type)
void setConnectMode (const unsigned char mode)
void setSessionId (const unsigned short session)
const unsigned char getTransferType () const
const unsigned char getConnectMode () const
const unsigned short getSessionId () const

Protected Member Functions

virtual int putContents (unsigned char *buf)

Private Attributes

unsigned short m_SessionId
unsigned char m_TransferType
unsigned char m_ConnectMode

Detailed Description

Definition at line 217 of file evaimsend.h.


Constructor & Destructor Documentation

SendFileAcceptPacket::SendFileAcceptPacket  ) 
 

Referenced by copy().

SendFileAcceptPacket::SendFileAcceptPacket const SendFileAcceptPacket rhs  ) 
 

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

Definition at line 222 of file evaimsend.h.


Member Function Documentation

OutPacket* SendFileAcceptPacket::copy  )  [inline]
 

Definition at line 225 of file evaimsend.h.

References SendFileAcceptPacket().

Here is the call graph for this function:

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

Definition at line 233 of file evaimsend.h.

References m_ConnectMode.

const unsigned short SendFileAcceptPacket::getSessionId  )  const [inline]
 

Definition at line 234 of file evaimsend.h.

References m_SessionId.

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

Definition at line 232 of file evaimsend.h.

References m_TransferType.

SendFileAcceptPacket& SendFileAcceptPacket::operator= const SendFileAcceptPacket rhs  ) 
 

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

Reimplemented from SendIM.

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

Definition at line 229 of file evaimsend.h.

References m_ConnectMode.

void SendFileAcceptPacket::setSessionId const unsigned short  session  )  [inline]
 

Definition at line 230 of file evaimsend.h.

References m_SessionId.

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

Definition at line 228 of file evaimsend.h.

References m_TransferType.


Member Data Documentation

unsigned char SendFileAcceptPacket::m_ConnectMode [private]
 

Definition at line 241 of file evaimsend.h.

Referenced by getConnectMode(), and setConnectMode().

unsigned short SendFileAcceptPacket::m_SessionId [private]
 

Definition at line 239 of file evaimsend.h.

Referenced by getSessionId(), and setSessionId().

unsigned char SendFileAcceptPacket::m_TransferType [private]
 

Definition at line 240 of file evaimsend.h.

Referenced by getTransferType(), and setTransferType().


The documentation for this class was generated from the following file:
Generated on Mon May 15 20:52:56 2006 for libeva by  doxygen 1.4.4