#include <socketUDP.h>

Public Member Functions | |
| SocketUDP () | |
| ~SocketUDP () | |
| void | closeConnection () |
| virtual string | getObjectName () const |
| Method that gives the name of the class as it will be displayed by the tracer. | |
Public Attributes | |
| int | m_sockfd |
| struct sockaddr_in | my_addr |
| my address information | |
| struct sockaddr_in | their_addr |
| connector's address information | |
| struct hostent * | he |
Protected Attributes | |
| stringstream | _ssdebug |
| SocketUDP::SocketUDP | ( | ) |
| SocketUDP::~SocketUDP | ( | ) |
| void SocketUDP::closeConnection | ( | ) |
| virtual string SocketUDP::getObjectName | ( | ) | const [inline, virtual] |
Method that gives the name of the class as it will be displayed by the tracer.
Implements MIPObject.
Reimplemented in Wrapper, ListenerUDP, SenderUDP, and BroadcasterUDP.
stringstream SocketUDP::_ssdebug [protected] |
struct sockaddr_in SocketUDP::my_addr [read] |
my address information
struct sockaddr_in SocketUDP::their_addr [read] |
connector's address information
struct hostent* SocketUDP::he [read] |
1.5.6