#include <socketUDP.h>

Public Member Functions | |
| BroadcasterUDP (const int port, string &host) | |
| ~BroadcasterUDP () | |
| virtual string | getObjectName () const |
| Method that gives the name of the class as it will be displayed by the tracer. | |
Public Attributes | |
| int | m_broadcast |
| BroadcasterUDP::BroadcasterUDP | ( | const int | port, | |
| string & | host | |||
| ) |
| BroadcasterUDP::~BroadcasterUDP | ( | ) |
| virtual string BroadcasterUDP::getObjectName | ( | ) | const [inline, virtual] |
Method that gives the name of the class as it will be displayed by the tracer.
Reimplemented from SenderUDP.
1.5.6