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
/
FakeRadioConfigRepository
/
ChannelSetUpdate
Channel
Set
Update
data
class
ChannelSetUpdate
(
val
settingsList
:
List
<
ChannelSettings
>
?
,
val
loraConfig
:
Config.LoRaConfig
?
)
(
source
)
Members
Constructors
Channel
Set
Update
Link copied to clipboard
constructor
(
settingsList
:
List
<
ChannelSettings
>
?
,
loraConfig
:
Config.LoRaConfig
?
)
Properties
lora
Config
Link copied to clipboard
val
loraConfig
:
Config.LoRaConfig
?
settings
List
Link copied to clipboard
val
settingsList
:
List
<
ChannelSettings
>
?