MeshConfigHandlerImpl

class MeshConfigHandlerImpl(radioConfigRepository: RadioConfigRepository, serviceRepository: ServiceRepository, nodeManager: NodeManager, scope: CoroutineScope) : MeshConfigHandler(source)

Constructors

Link copied to clipboard
constructor(radioConfigRepository: RadioConfigRepository, serviceRepository: ServiceRepository, nodeManager: NodeManager, scope: CoroutineScope)

Properties

Link copied to clipboard
open override val localConfig: StateFlow<LocalConfig>
Link copied to clipboard
open override val moduleConfig: StateFlow<LocalModuleConfig>

Functions

Link copied to clipboard
open override fun handleChannel(channel: Channel)
Link copied to clipboard
open override fun handleDeviceConfig(config: Config)
Link copied to clipboard
open override fun handleDeviceUIConfig(config: DeviceUIConfig)
Link copied to clipboard
open override fun handleModuleConfig(config: ModuleConfig)