Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-prefs
/
org.meshtastic.core.prefs.radio
/
RadioPrefsImpl
Radio
Prefs
Impl
class
RadioPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
RadioPrefs
(
source
)
Members
Constructors
Radio
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dev
Addr
Link copied to clipboard
open
override
val
devAddr
:
StateFlow
<
String
?
>
dev
Name
Link copied to clipboard
open
override
val
devName
:
StateFlow
<
String
?
>
Functions
set
Dev
Addr
Link copied to clipboard
open
override
fun
setDevAddr
(
address
:
String
?
)
set
Dev
Name
Link copied to clipboard
open
override
fun
setDevName
(
name
:
String
?
)