Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-data
/
org.meshtastic.core.data.datasource
/
NodeInfoWriteDataSource
Node
Info
Write
Data
Source
interface
NodeInfoWriteDataSource
(
source
)
Inheritors
SwitchingNodeInfoWriteDataSource
Members
Functions
backfill
Denormalized
Names
Link copied to clipboard
abstract
suspend
fun
backfillDenormalizedNames
(
)
clear
My
Node
Info
Link copied to clipboard
abstract
suspend
fun
clearMyNodeInfo
(
)
clear
Node
DB
Link copied to clipboard
abstract
suspend
fun
clearNodeDB
(
preserveFavorites
:
Boolean
)
delete
Metadata
Link copied to clipboard
abstract
suspend
fun
deleteMetadata
(
num
:
Int
)
delete
Node
Link copied to clipboard
abstract
suspend
fun
deleteNode
(
num
:
Int
)
delete
Nodes
Link copied to clipboard
abstract
suspend
fun
deleteNodes
(
nodeNums
:
List
<
Int
>
)
install
Config
Link copied to clipboard
abstract
suspend
fun
installConfig
(
mi
:
MyNodeEntity
,
nodes
:
List
<
NodeEntity
>
)
set
Node
Notes
Link copied to clipboard
abstract
suspend
fun
setNodeNotes
(
num
:
Int
,
notes
:
String
)
upsert
Link copied to clipboard
abstract
suspend
fun
upsert
(
metadata
:
MetadataEntity
)
abstract
suspend
fun
upsert
(
node
:
NodeEntity
)