Struct interface to NSC send capabilities. More...
#include <sim_interface.h>
Public Member Functions | |
virtual | ~ISendCallback () |
virtual void | send_callback (const void *data, int datalen)=0 |
Invoked by NSCs 'ethernet driver' to re-inject a packet into ns-3. More... | |
Struct interface to NSC send capabilities.
Definition at line 393 of file sim_interface.h.
|
inlinevirtual |
Definition at line 395 of file sim_interface.h.
|
pure virtual |
Invoked by NSCs 'ethernet driver' to re-inject a packet into ns-3.
Implemented in ns3::NscInterfaceImpl.