Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-node
/
org.meshtastic.feature.node.detail
/
NodeDetailActions
Node
Detail
Actions
class
NodeDetailActions
(
nodeManagementActions
:
NodeManagementActions
,
nodeRequestActions
:
NodeRequestActions
)
(
source
)
Members
Constructors
Node
Detail
Actions
Link copied to clipboard
constructor
(
nodeManagementActions
:
NodeManagementActions
,
nodeRequestActions
:
NodeRequestActions
)
Functions
handle
Node
Menu
Action
Link copied to clipboard
fun
handleNodeMenuAction
(
scope
:
CoroutineScope
,
action
:
NodeMenuAction
)
request
Neighbor
Info
Link copied to clipboard
fun
requestNeighborInfo
(
scope
:
CoroutineScope
,
destNum
:
Int
,
longName
:
String
)
request
Position
Link copied to clipboard
fun
requestPosition
(
scope
:
CoroutineScope
,
destNum
:
Int
,
longName
:
String
,
position
:
Position
)
request
Telemetry
Link copied to clipboard
fun
requestTelemetry
(
scope
:
CoroutineScope
,
destNum
:
Int
,
longName
:
String
,
type
:
TelemetryType
)
request
Traceroute
Link copied to clipboard
fun
requestTraceroute
(
scope
:
CoroutineScope
,
destNum
:
Int
,
longName
:
String
)
request
User
Info
Link copied to clipboard
fun
requestUserInfo
(
scope
:
CoroutineScope
,
destNum
:
Int
,
longName
:
String
)
set
Node
Notes
Link copied to clipboard
fun
setNodeNotes
(
scope
:
CoroutineScope
,
nodeNum
:
Int
,
notes
:
String
)