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

Public Member Functions | |
| virtual void | onData (const wns::osi::PDUPtr &_pdu, wns::service::dll::FlowID _dllFlowID=wns::service::dll::NoFlowID)=0 |
| Receive data from lower DLL layer. | |
| virtual | ~Handler () |
| Destructor. | |
Definition at line 46 of file Handler.hpp.
| virtual wns::service::dll::Handler::~Handler | ( | ) | [inline, virtual] |
Definition at line 52 of file Handler.hpp.
| virtual void wns::service::dll::Handler::onData | ( | const wns::osi::PDUPtr & | _pdu, | |
| wns::service::dll::FlowID | _dllFlowID = wns::service::dll::NoFlowID | |||
| ) | [pure virtual] |
| [in] | _pdu | Data that is delivered to the DataHandler. |
Implemented in dll::RANG, constanze::DllListenerBinding, and ip::LowerConvergence.
1.5.5