MeshConfigHandlerImpl
class MeshConfigHandlerImpl(radioConfigRepository: RadioConfigRepository, serviceStateWriter: ServiceStateWriter, nodeManager: NodeManager, connectionManager: Lazy<MeshConnectionManager>, radioInterfaceService: RadioInterfaceService, scope: ServiceScope) : MeshConfigHandler(source)
Constructors
Link copied to clipboard
constructor(radioConfigRepository: RadioConfigRepository, serviceStateWriter: ServiceStateWriter, nodeManager: NodeManager, connectionManager: Lazy<MeshConnectionManager>, radioInterfaceService: RadioInterfaceService, scope: ServiceScope)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun handleDeviceUIConfig(config: DeviceUIConfig, session: RadioSessionContext): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun handleRegionPresets(map: LoRaRegionPresetMap, session: RadioSessionContext): Boolean