#include <StringBundle.h>
Inherits dtn::api::Bundle.

Public Member Functions | |
| StringBundle (dtn::data::EID destination) | |
| virtual | ~StringBundle () |
| void | append (string data) |
This class could be used to send string data through the bundle protocol.
Definition at line 23 of file StringBundle.h.
| dtn::api::StringBundle::StringBundle | ( | dtn::data::EID | destination | ) |
Constructor need a destination.
Definition at line 16 of file StringBundle.cpp.
| dtn::api::StringBundle::~StringBundle | ( | ) | [virtual] |
Destruktor.
Definition at line 21 of file StringBundle.cpp.
| void dtn::api::StringBundle::append | ( | string | data | ) |
Append a string to the data block.
Definition at line 25 of file StringBundle.cpp.
References dtn::data::PayloadBlock::getBLOB().

1.7.1