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.dao
/
TracerouteNodePositionDao
Traceroute
Node
Position
Dao
interface
TracerouteNodePositionDao
(
source
)
Members
Functions
delete
By
Log
Uuid
Link copied to clipboard
abstract
suspend
fun
deleteByLogUuid
(
logUuid
:
String
)
get
By
Log
Uuid
Link copied to clipboard
abstract
fun
getByLogUuid
(
logUuid
:
String
)
:
Flow
<
List
<
TracerouteNodePositionEntity
>
>
insert
All
Link copied to clipboard
abstract
suspend
fun
insertAll
(
entities
:
List
<
TracerouteNodePositionEntity
>
)