Public Member Functions

ibrcommon::UnicastSocket Class Reference

#include <UnicastSocket.h>

Inherits ibrcommon::udpsocket.

Collaboration diagram for ibrcommon::UnicastSocket:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnicastSocket ()
virtual ~UnicastSocket ()
void bind (int port, std::string address="")
void bind (int port, const NetInterface &iface)

Detailed Description

Definition at line 16 of file UnicastSocket.h.


Constructor & Destructor Documentation

ibrcommon::UnicastSocket::UnicastSocket (  ) 

Definition at line 12 of file UnicastSocket.cpp.

ibrcommon::UnicastSocket::~UnicastSocket (  )  [virtual]

Definition at line 18 of file UnicastSocket.cpp.


Member Function Documentation

void ibrcommon::UnicastSocket::bind ( int  port,
std::string  address = "" 
)
void ibrcommon::UnicastSocket::bind ( int  port,
const NetInterface iface 
)

Definition at line 22 of file UnicastSocket.cpp.

References ibrcommon::udpsocket::_sockaddr, ibrcommon::udpsocket::_socket, bind(), and ibrcommon::NetInterface::getAddress().

Here is the call graph for this function:


The documentation for this class was generated from the following files: