|
IBR-DTNSuite 0.6
|
#include <BLOBBundle.h>


Public Member Functions | |
| BLOBBundle (dtn::data::EID destination, ibrcommon::BLOB::Reference &ref) | |
| virtual | ~BLOBBundle () |
This type of bundle contains a predefined BLOB object, which is part of the ibrcommon library. The data in the BLOB is transmitted as payload of the bundle.
Definition at line 24 of file BLOBBundle.h.
| dtn::api::BLOBBundle::BLOBBundle | ( | dtn::data::EID | destination, |
| ibrcommon::BLOB::Reference & | ref | ||
| ) |
Construct a new BLOBBundle with an destination and a reference to a BLOB object.
Definition at line 15 of file BLOBBundle.cpp.
References dtn::api::Bundle::_b, and dtn::data::Bundle::push_back().

| dtn::api::BLOBBundle::~BLOBBundle | ( | ) | [virtual] |
Destructor of the BLOBBundle.
Definition at line 20 of file BLOBBundle.cpp.