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


Public Member Functions | |
| UDPBroadcastHandler () | |
| void | start (NetReceiverBase &theReceiver, int port) |
| virtual void | onReceive (void *data, int size) |
| Called when new data arrives. | |
Private Attributes | |
| NetReceiverBase * | receiver |
|
|
Definition at line 15 of file UDPBroadcastHandler.cpp. |
|
||||||||||||
|
Definition at line 21 of file UDPBroadcastHandler.cpp. References UDPEndpoint::bind(). |
Here is the call graph for this function:

|
||||||||||||
|
Called when new data arrives.
Reimplemented from UDPEndpoint. Definition at line 27 of file UDPBroadcastHandler.cpp. References NetReceiverBase::onReceive(), NetReceiverBase::package, and NetReceiverBase::size. |
Here is the call graph for this function:

|
|
Definition at line 30 of file UDPBroadcastHandler.h. |
1.3.6