Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.entity
/
TracerouteNodePositionEntity
Traceroute
Node
Position
Entity
data
class
TracerouteNodePositionEntity
(
val
logUuid
:
String
,
val
requestId
:
Int
,
val
nodeNum
:
Int
,
val
position
:
Position
)
(
source
)
Members
Constructors
Traceroute
Node
Position
Entity
Link copied to clipboard
constructor
(
logUuid
:
String
,
requestId
:
Int
,
nodeNum
:
Int
,
position
:
Position
)
Properties
log
Uuid
Link copied to clipboard
val
logUuid
:
String
node
Num
Link copied to clipboard
val
nodeNum
:
Int
position
Link copied to clipboard
val
position
:
Position
request
Id
Link copied to clipboard
val
requestId
:
Int