_socket Struct Reference

#include <Connection.h>


Data Fields

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.


Field Documentation

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().

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().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 26 22:45:30 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1