#include <SCTPmsg.h>
Inheritance diagram for SCTPmsg:

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 | |
| SCTPmsg & | operator= (SCTPmsg &o) |
| SCTPmsg (SCTPmsg &o) | |
Definition at line 28 of file SCTPmsg.h.
|
|
|
|
|
Definition at line 36 of file SCTPmsg.cpp. |
|
|
|
|
|
Definition at line 29 of file SCTPmsg.cpp. References sock. |
|
|
Definition at line 34 of file SCTPmsg.h. References sock. |
|
|
|
|
|
Short Description. Long Description if necessary.
Reimplemented from msg. Definition at line 46 of file SCTPmsg.cpp. |
|
|
Short Description. Long Description if necessary.
Reimplemented from msg. Definition at line 53 of file SCTPmsg.cpp. |
|
|
Short Description. Long Description if necessary.
Reimplemented from msg. Definition at line 60 of file SCTPmsg.cpp. |
|
|
|
|
|
|
1.4.4