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

Public Member Functions | |
| virtual void | registerHandler (protocolNumber _protocol, DataHandler *_handler)=0 |
| Registration of DataHandlers of the upper layer. | |
| virtual | ~Notification () |
Definition at line 69 of file DataHandler.hpp.
| virtual wns::service::nl::Notification::~Notification | ( | ) | [inline, virtual] |
Definition at line 73 of file DataHandler.hpp.
| virtual void wns::service::nl::Notification::registerHandler | ( | protocolNumber | _protocol, | |
| DataHandler * | _handler | |||
| ) | [pure virtual] |
| [in] | _protocol | Protocol Number this _handler is responsible for |
| [in] | _handler | An implementation of the DataHandler interface. Will receive PDUs of the given _protocol. |
Implemented in ip::UpperConvergence.
1.5.5