Event class for sending a bundle. More...
#include <BundleEvent.h>
Public Member Functions | |
BundleSendRequest () | |
BundleSendRequest (const BundleRef &bundle, const std::string &link, int action) | |
Bundle to be sent. | |
Public Attributes | |
BundleRef | bundle_ |
Link on which to send the bundle. | |
std::string | link_ |
Forwarding action to use when sending bundle. | |
int | action_ |
Event class for sending a bundle.
Definition at line 865 of file BundleEvent.h.
dtn::BundleSendRequest::BundleSendRequest | ( | ) | [inline] |
Definition at line 867 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
dtn::BundleSendRequest::BundleSendRequest | ( | const BundleRef & | bundle, | |
const std::string & | link, | |||
int | action | |||
) | [inline] |
Bundle to be sent.
Definition at line 873 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
Definition at line 892 of file BundleEvent.h.
Link on which to send the bundle.
Definition at line 888 of file BundleEvent.h.
std::string dtn::BundleSendRequest::link_ |
Forwarding action to use when sending bundle.
Definition at line 891 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_cancel().