Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
MeshLogRepository
/
getLogsFrom
get
Logs
From
abstract
fun
getLogsFrom
(
nodeNum
:
Int
,
portNum
:
Int
)
:
Flow
<
List
<
MeshLog
>
>
(
source
)
Retrieves all
MeshLog
s associated with a specific
nodeNum
and
portNum
.