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.mesh
/
MeshPrefsImpl
Mesh
Prefs
Impl
class
MeshPrefsImpl
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
:
MeshPrefs
(
source
)
Members
Constructors
Mesh
Prefs
Impl
Link copied to clipboard
constructor
(
dataStore
:
DataStore
<
Preferences
>
,
dispatchers
:
CoroutineDispatchers
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Address
Link copied to clipboard
open
override
val
deviceAddress
:
StateFlow
<
String
?
>
Functions
get
Store
Forward
Last
Request
Link copied to clipboard
open
override
fun
getStoreForwardLastRequest
(
address
:
String
?
)
:
StateFlow
<
Int
>
set
Device
Address
Link copied to clipboard
open
override
fun
setDeviceAddress
(
address
:
String
?
)
set
Store
Forward
Last
Request
Link copied to clipboard
open
override
fun
setStoreForwardLastRequest
(
address
:
String
?
,
timestamp
:
Int
)