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
/
FakeRadioController
/
ConfigWrite
Config
Write
data
class
ConfigWrite
(
val
destination
:
Int
?
,
val
config
:
Config
)
(
source
)
One local or admin configuration write. Local writes have no destination.
Members
Constructors
Config
Write
Link copied to clipboard
constructor
(
destination
:
Int
?
,
config
:
Config
)
Properties
config
Link copied to clipboard
val
config
:
Config
destination
Link copied to clipboard
val
destination
:
Int
?