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
/
MeshPrefs
Mesh
Prefs
interface
MeshPrefs
(
source
)
Reactive interface for mesh connection settings.
Members
Properties
device
Address
Link copied to clipboard
abstract
val
deviceAddress
:
StateFlow
<
String
?
>
Functions
get
Store
Forward
Last
Request
Link copied to clipboard
abstract
fun
getStoreForwardLastRequest
(
address
:
String
?
)
:
StateFlow
<
Int
>
set
Device
Address
Link copied to clipboard
abstract
fun
setDeviceAddress
(
address
:
String
?
)
set
Store
Forward
Last
Request
Link copied to clipboard
abstract
fun
setStoreForwardLastRequest
(
address
:
String
?
,
timestamp
:
Int
)