Event class for succesful cancellation of a bundle send. More...
#include <BundleEvent.h>
Public Member Functions | |
| BundleSendCancelledEvent (Bundle *bundle, const LinkRef &link) | |
Public Attributes | |
| BundleRef | bundleref_ |
| The cancelled bundle. | |
| LinkRef | link_ |
| The link it was queued on. | |
Event class for succesful cancellation of a bundle send.
Definition at line 925 of file BundleEvent.h.
| dtn::BundleSendCancelledEvent::BundleSendCancelledEvent | ( | Bundle * | bundle, | |
| const LinkRef & | link | |||
| ) | [inline] |
Definition at line 927 of file BundleEvent.h.
The cancelled bundle.
Definition at line 933 of file BundleEvent.h.
The link it was queued on.
Definition at line 936 of file BundleEvent.h.
1.6.3