Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

_socket Struct Reference

#include <Connection.h>

List of all members.

Public Attributes

int socketfd
sockaddr_in serv_addr


Detailed Description

Socket is a combination of a filedescriptor with a server adress.

Definition at line 63 of file Connection.h.


Member Data Documentation

struct sockaddr_in _socket::serv_addr
 

Server information of the socket.

Definition at line 65 of file Connection.h.

Referenced by Connection::connect(), Connection::receiveMessage(), and Connection::sendMessage().

int _socket::socketfd
 

File descriptor of the socket.

Definition at line 64 of file Connection.h.

Referenced by Connection::connect(), Connection::disconnect(), Connection::isConnected(), Connection::message_loop(), Connection::receiveMessage(), and Connection::sendMessage().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 7 11:45:57 2003 for UvA Trilearn 2003 Base Code by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001