![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <service/nl/DataHandler.hpp>

Public Member Functions | |
| virtual void | onData (Address _sourceIP, const wns::osi::PDUPtr &_pdu)=0 |
| Receive data from lower Nl layer. | |
| virtual | ~DataHandler () |
| Destructor. | |
Definition at line 46 of file DataHandler.hpp.
| virtual wns::service::nl::DataHandler::~DataHandler | ( | ) | [inline, virtual] |
Definition at line 53 of file DataHandler.hpp.
| virtual void wns::service::nl::DataHandler::onData | ( | Address | _sourceIP, | |
| const wns::osi::PDUPtr & | _pdu | |||
| ) | [pure virtual] |
| [in] | _sourceIP | Source IP address of this data. Therefor TCP/IP is called a protocol suite. |
| [in] | _pdu | Data that is delivered to the Datahandler. |
Implemented in constanze::IpListenerBinding, ip::tunnel::TunnelExitComponent, and tcp::IPDataHandler.
1.5.5