#include <BundleEvent.h>
Public Member Functions | |
EIDReachableQueryRequest (const std::string &query_id, Interface *iface, const std::string &endpoint) | |
Public Attributes | |
Interface * | iface_ |
Interface on which to check if the given endpoint is reachable. | |
std::string | endpoint_ |
Endpoint to be checked for reachable status. |
Definition at line 1363 of file BundleEvent.h.
dtn::EIDReachableQueryRequest::EIDReachableQueryRequest | ( | const std::string & | query_id, | |
Interface * | iface, | |||
const std::string & | endpoint | |||
) | [inline] |
Definition at line 1365 of file BundleEvent.h.
std::string dtn::EIDReachableQueryRequest::endpoint_ |
Endpoint to be checked for reachable status.
Definition at line 1376 of file BundleEvent.h.
Interface on which to check if the given endpoint is reachable.
Definition at line 1373 of file BundleEvent.h.