Event class for canceling a bundle transmission. More...
#include <BundleEvent.h>
Public Member Functions | |
| BundleCancelRequest () | |
| BundleCancelRequest (const BundleRef &bundle, const std::string &link) | |
| Bundle to be cancelled. | |
Public Attributes | |
| BundleRef | bundle_ |
| Link where the bundle is destined. | |
| std::string | link_ |
Event class for canceling a bundle transmission.
Definition at line 898 of file BundleEvent.h.
| dtn::BundleCancelRequest::BundleCancelRequest | ( | ) | [inline] |
Definition at line 900 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
| dtn::BundleCancelRequest::BundleCancelRequest | ( | const BundleRef & | bundle, | |
| const std::string & | link | |||
| ) | [inline] |
Bundle to be cancelled.
Definition at line 906 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
Link where the bundle is destined.
Definition at line 918 of file BundleEvent.h.
| std::string dtn::BundleCancelRequest::link_ |
Definition at line 919 of file BundleEvent.h.
1.6.3