#include <BundleEvent.h>
Inheritance diagram for dtn::BundleCancelRequest:
Definition at line 846 of file BundleEvent.h.
Public Member Functions | |
BundleCancelRequest () | |
virtual void | serialize (oasys::SerializeAction *a) |
Bundle ID. | |
Public Attributes | |
u_int32_t | bundleid_ |
Link where the bundle is destined. | |
std::string | link_ |
dtn::BundleCancelRequest::BundleCancelRequest | ( | ) | [inline] |
void dtn::BundleCancelRequest::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
Bundle ID.
Reimplemented from dtn::BundleEvent.
Definition at line 102 of file BundleEvent.cc.
References bundleid_, link_, and oasys::SerializeAction::process().
u_int32_t dtn::BundleCancelRequest::bundleid_ |
Link where the bundle is destined.
Definition at line 860 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_cancel(), and serialize().
std::string dtn::BundleCancelRequest::link_ |
Definition at line 861 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_cancel(), and serialize().