#include <BundleEvent.h>
Public Member Functions | |
| BundleAttributesQueryRequest (const std::string &query_id, const BundleRef &bundle, const AttributeNameVector &attribute_names) | |
Public Attributes | |
| std::string | query_id_ |
| Query Identifier. | |
| BundleRef | bundle_ |
| AttributeNameVector | attribute_names_ |
| bundle attributes requested by name. | |
| MetaBlockRequestVector | metadata_blocks_ |
| metadata blocks requested by type/identifier | |
Definition at line 1081 of file BundleEvent.h.
| dtn::BundleAttributesQueryRequest::BundleAttributesQueryRequest | ( | const std::string & | query_id, | |
| const BundleRef & | bundle, | |||
| const AttributeNameVector & | attribute_names | |||
| ) | [inline] |
Definition at line 1083 of file BundleEvent.h.
bundle attributes requested by name.
Definition at line 1098 of file BundleEvent.h.
Definition at line 1095 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_attributes_report().
metadata blocks requested by type/identifier
Definition at line 1101 of file BundleEvent.h.
| std::string dtn::BundleAttributesQueryRequest::query_id_ |
Query Identifier.
Bundle being queried
Definition at line 1094 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_attributes_report().
1.6.3