GetNodeListResult

Types

Link copied to clipboard
data class Error(val reason: String) : GetNodeListResult

An error occurred retrieving the node list.

Link copied to clipboard
data class NotConnected(val message: String) : GetNodeListResult

Device is not connected to a Meshtastic radio.

Link copied to clipboard
data class Success(val nodes: List<NodeSummary>) : GetNodeListResult

Successfully retrieved the list of visible mesh nodes.