#include <SocketCom.h>

Public Member Functions | |
| bool | Open (Socket *newsocket) |
| bool | Open () |
| bool | PrepareServer () |
| SocketCom (const char *_host, int _port) | |
| SocketCom (int port) | |
| ~SocketCom () | |
Protected Attributes | |
| char * | host |
| int | port |
| bool | server |
Signature> Author : Cedric Pradalier Universite : INRIA - GRAVIR - INPG Email : cedric.pradalier@inrialpes.fr Contexte : These MESR Date : 2001 - 2004 License : Libre (???) <Signature
Definition at line 15 of file SocketCom.h.
| SocketCom::SocketCom | ( | const char * | _host, |
| int | _port | ||
| ) |
Signature> Author : Cedric Pradalier Universite : INRIA - GRAVIR - INPG Email : cedric.pradalier@inrialpes.fr Contexte : These MESR Date : 2001 - 2004 License : Libre (???) <Signature
Definition at line 16 of file SocketCom.cpp.
| SocketCom::SocketCom | ( | int | port | ) |
Definition at line 24 of file SocketCom.cpp.
Definition at line 32 of file SocketCom.cpp.
| bool SocketCom::Open | ( | Socket * | newsocket | ) |
Reimplemented from Socket.
Definition at line 61 of file SocketCom.cpp.
| bool SocketCom::Open | ( | ) |
Reimplemented from Socket.
Definition at line 71 of file SocketCom.cpp.
| bool SocketCom::PrepareServer | ( | ) |
Reimplemented from Socket.
Definition at line 40 of file SocketCom.cpp.
char* SocketCom::host [protected] |
Reimplemented from Socket.
Definition at line 19 of file SocketCom.h.
int SocketCom::port [protected] |
Reimplemented from Socket.
Definition at line 18 of file SocketCom.h.
bool SocketCom::server [protected] |
Reimplemented from Socket.
Definition at line 20 of file SocketCom.h.