tooling::ConnectionAttemptEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| ConnectionAttemptEvent(const llarp::RouterID & ourRouterId, const llarp::RouterID & remoteId_) | |
| virtual std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| llarp::RouterID | remoteId |
Additional inherited members
Public Functions inherited from tooling::RouterEvent
| Name | |
|---|---|
| RouterEvent(std::string eventType, llarp::RouterID routerID, bool triggered) | |
| virtual | ~RouterEvent() =default |
Public Attributes inherited from tooling::RouterEvent
| Name | |
|---|---|
| const std::string | eventType |
| llarp::RouterID | routerID |
| bool | triggered |
Public Functions Documentation
function ConnectionAttemptEvent
inline ConnectionAttemptEvent(
const llarp::RouterID & ourRouterId,
const llarp::RouterID & remoteId_
)
function ToString
inline virtual std::string ToString() const
Reimplements: tooling::RouterEvent::ToString
Public Attributes Documentation
variable remoteId
llarp::RouterID remoteId;
Updated on 2026-01-10 at 22:49:45 +0000