NodeDetailActions

class NodeDetailActions(nodeManagementActions: NodeManagementActions, nodeRequestActions: NodeRequestActions)(source)

Constructors

Link copied to clipboard
constructor(nodeManagementActions: NodeManagementActions, nodeRequestActions: NodeRequestActions)

Functions

Link copied to clipboard
fun handleNodeMenuAction(scope: CoroutineScope, action: NodeMenuAction)
Link copied to clipboard
fun requestNeighborInfo(scope: CoroutineScope, destNum: Int, longName: String)
Link copied to clipboard
fun requestPosition(scope: CoroutineScope, destNum: Int, longName: String, position: Position)
Link copied to clipboard
fun requestTelemetry(scope: CoroutineScope, destNum: Int, longName: String, type: TelemetryType)
Link copied to clipboard
fun requestTraceroute(scope: CoroutineScope, destNum: Int, longName: String)
Link copied to clipboard
fun requestUserInfo(scope: CoroutineScope, destNum: Int, longName: String)
Link copied to clipboard
fun setNodeNotes(scope: CoroutineScope, nodeNum: Int, notes: String)