#include <UDPSocket.hh>

Public Member Functions | |
| UDPSocket (const MsgAddr *addr=0) | |
| virtual | ~UDPSocket (void) |
| lmsg::UDPSocket::UDPSocket | ( | const MsgAddr * | addr = 0 |
) |
Allocate a UDP socket and bind it to the specified address. If no address pointer is specified, an unused port address will be allocated. brief Construct a socket.
| addr | Pointer to the address to which the socket will be bound. |
| virtual lmsg::UDPSocket::~UDPSocket | ( | void | ) | [virtual] |
Release the socket and delete all asociated storage. brief Destructor
1.5.4