IBR-DTNSuite
0.8
|
#include <lowpanstream.h>
Public Member Functions | |
virtual | ~lowpanstream_callback () |
virtual void | send_cb (char *buf, int len, unsigned int address)=0 |
Definition at line 11 of file lowpanstream.h.
virtual ibrcommon::lowpanstream_callback::~lowpanstream_callback | ( | ) | [inline, virtual] |
Definition at line 14 of file lowpanstream.h.
virtual void ibrcommon::lowpanstream_callback::send_cb | ( | char * | buf, |
int | len, | ||
unsigned int | address | ||
) | [pure virtual] |
Callback interface implementation from LoWPAN CL
Implemented in dtn::net::LOWPANConvergenceLayer.
Referenced by ibrcommon::lowpanstream::overflow().