Main Page   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 52 of file Connection.h.


Member Data Documentation

struct sockaddr_in _socket::serv_addr
 

Server information of the socket.

Definition at line 54 of file Connection.h.

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

int _socket::socketfd
 

File descriptor of the socket.

Definition at line 53 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 Thu Mar 7 00:37:51 2002 for UvA Trilearn 2001 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001