RadioResponseResult

Sealed class representing the result of processing a radio response packet.

Inheritors

Types

Link copied to clipboard
data class CannedMessages(val messages: String) : RadioResponseResult
Link copied to clipboard
data class ChannelResponse(val channel: ERROR CLASS: Symbol not found for Channel) : RadioResponseResult
Link copied to clipboard
data class ConfigResponse(val config: ERROR CLASS: Symbol not found for org.meshtastic.proto.Config) : RadioResponseResult
Link copied to clipboard
data class ConnectionStatus(val status: ERROR CLASS: Symbol not found for DeviceConnectionStatus) : RadioResponseResult
Link copied to clipboard
data class Error(val message: ERROR CLASS: Symbol not found for UiText) : RadioResponseResult
Link copied to clipboard
data class Metadata(val metadata: ERROR CLASS: Symbol not found for DeviceMetadata) : RadioResponseResult
Link copied to clipboard
data class ModuleConfigResponse(val config: ERROR CLASS: Symbol not found for org.meshtastic.proto.ModuleConfig) : RadioResponseResult
Link copied to clipboard
data class Owner(val user: ERROR CLASS: Symbol not found for User) : RadioResponseResult
Link copied to clipboard
data class Ringtone(val ringtone: String) : RadioResponseResult
Link copied to clipboard