PacketHandlerImpl
class PacketHandlerImpl(packetRepository: Lazy<PacketRepository>, serviceBroadcasts: ServiceBroadcasts, radioInterfaceService: RadioInterfaceService, meshLogRepository: Lazy<MeshLogRepository>, serviceRepository: ServiceRepository, scope: CoroutineScope) : PacketHandler(source)
Constructors
Link copied to clipboard
constructor(packetRepository: Lazy<PacketRepository>, serviceBroadcasts: ServiceBroadcasts, radioInterfaceService: RadioInterfaceService, meshLogRepository: Lazy<MeshLogRepository>, serviceRepository: ServiceRepository, scope: CoroutineScope)