#include <BundleEvent.h>

Public Member Functions | |
| IfaceAttributesQueryRequest (const std::string &query_id, Interface *iface, const AttributeNameVector &attribute_names) | |
Public Attributes | |
| Interface * | iface_ |
| Interface for which the given attributes are requested. | |
| AttributeNameVector | attribute_names_ |
| Link attributes requested by name. | |
Definition at line 1418 of file BundleEvent.h.
| dtn::IfaceAttributesQueryRequest::IfaceAttributesQueryRequest | ( | const std::string & | query_id, | |
| Interface * | iface, | |||
| const AttributeNameVector & | attribute_names | |||
| ) | [inline] |
Definition at line 1420 of file BundleEvent.h.
Link attributes requested by name.
Definition at line 1431 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_iface_attributes_query().
Interface for which the given attributes are requested.
Definition at line 1428 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_iface_attributes_query().
1.5.8