Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeMeshPrefs
Fake
Mesh
Prefs
class
FakeMeshPrefs
:
MeshPrefs
(
source
)
Members
Constructors
Fake
Mesh
Prefs
Link copied to clipboard
constructor
(
)
Properties
device
Address
Link copied to clipboard
open
override
val
deviceAddress
:
MutableStateFlow
<
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
)