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
/
NodeInfoDao
/
getNodes
get
Nodes
abstract
fun
getNodes
(
sort
:
String
,
filter
:
String
,
includeUnknown
:
Boolean
,
hopsAwayMax
:
Int
,
lastHeardMin
:
Int
)
:
Flow
<
List
<
NodeWithRelations
>
>
(
source
)