MeshRouterImpl
class MeshRouterImpl(dataHandlerLazy: Lazy<MeshDataHandler>, configHandlerLazy: Lazy<MeshConfigHandler>, tracerouteHandlerLazy: Lazy<TracerouteHandler>, neighborInfoHandlerLazy: Lazy<NeighborInfoHandler>, configFlowManagerLazy: Lazy<MeshConfigFlowManager>, mqttManagerLazy: Lazy<MqttManager>, actionHandlerLazy: Lazy<MeshActionHandler>, xmodemManagerLazy: Lazy<XModemManager>) : MeshRouter(source)
Implementation of MeshRouter that orchestrates specialized mesh packet handlers.
Constructors
Link copied to clipboard
constructor(dataHandlerLazy: Lazy<MeshDataHandler>, configHandlerLazy: Lazy<MeshConfigHandler>, tracerouteHandlerLazy: Lazy<TracerouteHandler>, neighborInfoHandlerLazy: Lazy<NeighborInfoHandler>, configFlowManagerLazy: Lazy<MeshConfigFlowManager>, mqttManagerLazy: Lazy<MqttManager>, actionHandlerLazy: Lazy<MeshActionHandler>, xmodemManagerLazy: Lazy<XModemManager>)