#include <MulticastBase.h>
Inheritance diagram for MulticastBase:

This class holds the socket information used by multicast classes. It also takes care of initializing / terminating the windows socket DLL.
Public Member Functions | |
| void | close (void) |
| Closes the currently open connection. | |
Protected Attributes | |
| asio::io_service | io_service |
| asio::ip::udp::socket * | socket_ |
| asio::ip::udp::endpoint * | endpoint_ |
1.5.1-p1