tooling::LinkSessionEstablishedEvent
Inherits from tooling::RouterEvent
Public Functions
| Name | |
|---|---|
| LinkSessionEstablishedEvent(const llarp::RouterID & ourRouterId, const llarp::RouterID & remoteId_, bool inbound_) | |
| virtual std::string | ToString() const |
Public Attributes
| Name | |
|---|---|
| llarp::RouterID | remoteId |
| bool | inbound |
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 LinkSessionEstablishedEvent
inline LinkSessionEstablishedEvent(
const llarp::RouterID & ourRouterId,
const llarp::RouterID & remoteId_,
bool inbound_
)
function ToString
inline virtual std::string ToString() const
Reimplements: tooling::RouterEvent::ToString
Public Attributes Documentation
variable remoteId
llarp::RouterID remoteId;
variable inbound
bool inbound = false;
Updated on 2026-01-10 at 22:49:45 +0000