#include <BundleEvent.h>

Public Member Functions | |
| LinkAttributesQueryRequest (const std::string &query_id, const LinkRef &link, const AttributeNameVector &attribute_names) | |
Public Attributes | |
| LinkRef | link_ |
| Link for which the given attributes are requested. | |
| AttributeNameVector | attribute_names_ |
| Link attributes requested by name. | |
Definition at line 1391 of file BundleEvent.h.
| dtn::LinkAttributesQueryRequest::LinkAttributesQueryRequest | ( | const std::string & | query_id, | |
| const LinkRef & | link, | |||
| const AttributeNameVector & | attribute_names | |||
| ) | [inline] |
Definition at line 1393 of file BundleEvent.h.
Link attributes requested by name.
Definition at line 1404 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_link_attributes_query().
Link for which the given attributes are requested.
Definition at line 1401 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_link_attributes_query().
1.5.8