Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model.service
/
TracerouteResponse
/
TracerouteResponse
Traceroute
Response
common
constructor
(
message
:
String
,
destinationNodeNum
:
Int
,
requestId
:
Int
,
forwardRoute
:
List
<
Int
>
=
emptyList()
,
returnRoute
:
List
<
Int
>
=
emptyList()
,
logUuid
:
String
?
=
null
)
(
source
)