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


Public Member Functions | |
| virtual void | sendData (const wns::service::nl::Address &_source, const wns::service::nl::Address &_peer, const wns::osi::PDUPtr &_data, protocolNumber _protocol, int dllFlowID=wns::service::dll::NoFlowID)=0 |
| Deliver data to another peer component. | |
Definition at line 41 of file Service.hpp.
| virtual void wns::service::nl::Service::sendData | ( | const wns::service::nl::Address & | _source, | |
| const wns::service::nl::Address & | _peer, | |||
| const wns::osi::PDUPtr & | _data, | |||
| protocolNumber | _protocol, | |||
| int | dllFlowID = wns::service::dll::NoFlowID | |||
| ) | [pure virtual] |
| [in] | _peer | Destination component where data is to be delivered. |
| [in] | _data | Protocol Data Unit that is to be transported. |
| [in] | _protocol | This is the payload's protocol number. Used for demultiplexing |
Implemented in ip::UpperConvergence.
1.5.5