CommandSenderImpl

class CommandSenderImpl(packetHandler: ERROR CLASS: Symbol not found for PacketHandler, nodeManager: ERROR CLASS: Symbol not found for NodeManager, radioConfigRepository: ERROR CLASS: Symbol not found for RadioConfigRepository) : <ERROR CLASS> ERROR CLASS: Symbol not found for CommandSender(source)

Constructors

Link copied to clipboard
constructor(packetHandler: ERROR CLASS: Symbol not found for PacketHandler, nodeManager: ERROR CLASS: Symbol not found for NodeManager, radioConfigRepository: ERROR CLASS: Symbol not found for RadioConfigRepository)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override var lastNeighborInfo: ERROR CLASS: Symbol not found for NeighborInfo??
Link copied to clipboard
open override val neighborInfoStartTimes: ERROR CLASS: Unresolved name: mutableMapOf
Link copied to clipboard
open override val tracerouteStartTimes: ERROR CLASS: Unresolved name: mutableMapOf

Functions

Link copied to clipboard
open override fun generatePacketId(): Int
Link copied to clipboard
open override fun getCachedChannelSet(): ERROR CLASS: Symbol not found for ChannelSet
Link copied to clipboard
open override fun getCachedLocalConfig(): ERROR CLASS: Symbol not found for LocalConfig
Link copied to clipboard
open override fun getCurrentPacketId(): Long
Link copied to clipboard
open override fun requestNeighborInfo(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun requestPosition(destNum: Int, currentPosition: ERROR CLASS: Symbol not found for Position)
Link copied to clipboard
open override fun requestTelemetry(requestId: Int, destNum: Int, typeValue: Int)
Link copied to clipboard
open override fun requestTraceroute(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun requestUserInfo(destNum: Int)
Link copied to clipboard
Link copied to clipboard
open override fun sendAdmin(destNum: Int, requestId: Int, wantResponse: Boolean, initFn: () -> ERROR CLASS: Symbol not found for AdminMessage)
Link copied to clipboard
open override fun sendData(p: ERROR CLASS: Symbol not found for DataPacket)
Link copied to clipboard
open override fun sendPosition(pos: ERROR CLASS: Symbol not found for org.meshtastic.proto.Position, destNum: Int?, wantResponse: Boolean)
Link copied to clipboard
open override fun setFixedPosition(destNum: Int, pos: ERROR CLASS: Symbol not found for Position)
Link copied to clipboard
open override fun setSessionPasskey(key: ERROR CLASS: Symbol not found for ByteString)
Link copied to clipboard
open override fun start(scope: ERROR CLASS: Symbol not found for CoroutineScope)