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

Public Member Functions | |
| DataInd (Connection *, const simpletl::PDUPtr &) | |
| virtual void | operator() () |
| Informs the receiver of this transmitted pdu that the complete PDU was transmitted and passes it to to it using the Connection::receiveData() method. | |
| virtual | ~DataInd () |
Private Attributes | |
| simpletl::PDUPtr | pdu |
| Connection * | receiver |
Definition at line 41 of file DataInd.hpp.
| DataInd::DataInd | ( | Connection * | _receiver, | |
| const simpletl::PDUPtr & | _pdu | |||
| ) |
Definition at line 34 of file DataInd.cpp.
| DataInd::~DataInd | ( | ) | [virtual] |
Definition at line 39 of file DataInd.cpp.
| void DataInd::operator() | ( | ) | [virtual] |
Definition at line 42 of file DataInd.cpp.
simpletl::PDUPtr simpletl::DataInd::pdu [private] |
Definition at line 56 of file DataInd.hpp.
Connection* simpletl::DataInd::receiver [private] |
Definition at line 55 of file DataInd.hpp.
1.5.5