GetChannelInfoResult

Types

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

An error occurred retrieving channel info.

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

Device is not connected to a Meshtastic radio.

Link copied to clipboard
data class Success(val channels: List<ChannelSummary>) : GetChannelInfoResult

Successfully retrieved the list of channels.