Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

SCTPmsg Class Reference

#include <SCTPmsg.h>

Inheritance diagram for SCTPmsg:

msg List of all members.

Public Member Functions

 SCTPmsg (void)
 ~SCTPmsg (void)
int getFD (void)
int connect (void)
int recv (void)
 Short Description.
int recvNoWait (void)
 Short Description.

Protected Member Functions

int send (void)
 Short Description.

Protected Attributes

SOCKET sock
sockaddr_in addr

Private Member Functions

SCTPmsgoperator= (SCTPmsg &o)
 SCTPmsg (SCTPmsg &o)

Detailed Description

Definition at line 28 of file SCTPmsg.h.


Constructor & Destructor Documentation

SCTPmsg::SCTPmsg void   ) 
 

SCTPmsg::~SCTPmsg void   ) 
 

Definition at line 36 of file SCTPmsg.cpp.

SCTPmsg::SCTPmsg SCTPmsg o  )  [private]
 


Member Function Documentation

SCTPmsg::connect void   ) 
 

Definition at line 29 of file SCTPmsg.cpp.

References sock.

int SCTPmsg::getFD void   )  [inline]
 

Definition at line 34 of file SCTPmsg.h.

References sock.

SCTPmsg& SCTPmsg::operator= SCTPmsg o  )  [private]
 

int SCTPmsg::recv void   )  [virtual]
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Reimplemented from msg.

Definition at line 46 of file SCTPmsg.cpp.

int SCTPmsg::recvNoWait void   )  [virtual]
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Reimplemented from msg.

Definition at line 53 of file SCTPmsg.cpp.

int SCTPmsg::send void   )  [protected, virtual]
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Reimplemented from msg.

Definition at line 60 of file SCTPmsg.cpp.


Member Data Documentation

struct sockaddr_in SCTPmsg::addr [protected]
 

Definition at line 49 of file SCTPmsg.h.

SOCKET SCTPmsg::sock [protected]
 

Definition at line 48 of file SCTPmsg.h.

Referenced by connect(), and getFD().


The documentation for this class was generated from the following files:
Generated on Fri Sep 1 14:26:02 2006 for Raptor by  doxygen 1.4.4