Event class for discovery of a new EID. More...
#include <BundleEvent.h>
Public Member Functions | |
NewEIDReachableEvent (Interface *iface, const std::string &endpoint) | |
The interface the peer was discovered on. | |
Public Attributes | |
Interface * | iface_ |
std::string | endpoint_ |
> The EID of the discovered peer |
Event class for discovery of a new EID.
Definition at line 1295 of file BundleEvent.h.
dtn::NewEIDReachableEvent::NewEIDReachableEvent | ( | Interface * | iface, | |
const std::string & | endpoint | |||
) | [inline] |
The interface the peer was discovered on.
Definition at line 1297 of file BundleEvent.h.
std::string dtn::NewEIDReachableEvent::endpoint_ |
> The EID of the discovered peer
Definition at line 1306 of file BundleEvent.h.
Definition at line 1303 of file BundleEvent.h.