RadioConfigUseCase
open class RadioConfigUseCase(radioController: ERROR CLASS: Symbol not found for RadioController)(source)
Use case for interacting with radio configuration components.
Constructors
Functions
Link copied to clipboard
Requests the canned messages from the radio.
Link copied to clipboard
Requests a channel from the radio.
Link copied to clipboard
Requests the device connection status from the radio.
Link copied to clipboard
Requests a module configuration section from the radio.
Link copied to clipboard
Requests the ringtone from the radio.
Link copied to clipboard
Removes the fixed position on the radio.
Link copied to clipboard
Sets the canned messages on the radio.
Link copied to clipboard
Updates the fixed position on the radio.
Link copied to clipboard
suspend fun setModuleConfig(destNum: Int, config: ERROR CLASS: Symbol not found for ModuleConfig): Int
Updates a module configuration section on the radio.
Link copied to clipboard
suspend fun setRemoteChannel(destNum: Int, channel: ERROR CLASS: Symbol not found for org.meshtastic.proto.Channel): Int
Updates a channel on the radio.
Link copied to clipboard
Sets the ringtone on the radio.