Event class for requestion deletion of a bundle. More...
#include <BundleEvent.h>
Public Member Functions | |
BundleDeleteRequest () | |
BundleDeleteRequest (Bundle *bundle, BundleProtocol::status_report_reason_t reason) | |
BundleDeleteRequest (const BundleRef &bundle, BundleProtocol::status_report_reason_t reason) | |
Bundle to be deleted. | |
Public Attributes | |
BundleRef | bundle_ |
BundleProtocol::status_report_reason_t | reason_ |
The reason code. |
Event class for requestion deletion of a bundle.
Definition at line 991 of file BundleEvent.h.
dtn::BundleDeleteRequest::BundleDeleteRequest | ( | ) | [inline] |
Definition at line 993 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
dtn::BundleDeleteRequest::BundleDeleteRequest | ( | Bundle * | bundle, | |
BundleProtocol::status_report_reason_t | reason | |||
) | [inline] |
Definition at line 999 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
dtn::BundleDeleteRequest::BundleDeleteRequest | ( | const BundleRef & | bundle, | |
BundleProtocol::status_report_reason_t | reason | |||
) | [inline] |
Bundle to be deleted.
Definition at line 1009 of file BundleEvent.h.
References dtn::BundleEvent::daemon_only_.
Definition at line 1020 of file BundleEvent.h.
The reason code.
Definition at line 1023 of file BundleEvent.h.