Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
RadioPrefs
Radio
Prefs
common
interface
RadioPrefs
(
source
)
Reactive interface for radio settings.
Members
Members & Extensions
Properties
dev
Addr
Link copied to clipboard
common
abstract
val
devAddr
:
ERROR CLASS: Symbol not found for StateFlow<kotlin/String?>
Functions
is
Ble
Link copied to clipboard
common
fun
RadioPrefs
.
isBle
(
)
:
Boolean
is
Mock
Link copied to clipboard
common
fun
RadioPrefs
.
isMock
(
)
:
Boolean
is
Noop
Link copied to clipboard
common
fun
RadioPrefs
.
isNoop
(
)
:
Boolean
is
Serial
Link copied to clipboard
common
fun
RadioPrefs
.
isSerial
(
)
:
Boolean
is
Tcp
Link copied to clipboard
common
fun
RadioPrefs
.
isTcp
(
)
:
Boolean
set
Dev
Addr
Link copied to clipboard
common
abstract
fun
setDevAddr
(
address
:
String
?
)