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
Package-level
declarations
Types
Types
Service
Action
Link copied to clipboard
common
sealed
class
ServiceAction
Traceroute
Response
Link copied to clipboard
common
data
class
TracerouteResponse
(
val
message
:
String
,
val
destinationNodeNum
:
Int
,
val
requestId
:
Int
,
val
forwardRoute
:
List
<
Int
>
=
emptyList()
,
val
returnRoute
:
List
<
Int
>
=
emptyList()
,
val
logUuid
:
String
?
=
null
)