MeshActionHandlerImpl

class MeshActionHandlerImpl(nodeManager: ERROR CLASS: Symbol not found for NodeManager, commandSender: ERROR CLASS: Symbol not found for CommandSender, packetRepository: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for PacketRepository>, serviceBroadcasts: ERROR CLASS: Symbol not found for ServiceBroadcasts, dataHandler: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for MeshDataHandler>, analytics: ERROR CLASS: Symbol not found for PlatformAnalytics, meshPrefs: ERROR CLASS: Symbol not found for MeshPrefs, databaseManager: ERROR CLASS: Symbol not found for DatabaseManager, serviceNotifications: ERROR CLASS: Symbol not found for MeshServiceNotifications, messageProcessor: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for MeshMessageProcessor>) : <ERROR CLASS> ERROR CLASS: Symbol not found for MeshActionHandler(source)

Constructors

Link copied to clipboard
constructor(nodeManager: ERROR CLASS: Symbol not found for NodeManager, commandSender: ERROR CLASS: Symbol not found for CommandSender, packetRepository: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for PacketRepository>, serviceBroadcasts: ERROR CLASS: Symbol not found for ServiceBroadcasts, dataHandler: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for MeshDataHandler>, analytics: ERROR CLASS: Symbol not found for PlatformAnalytics, meshPrefs: ERROR CLASS: Symbol not found for MeshPrefs, databaseManager: ERROR CLASS: Symbol not found for DatabaseManager, serviceNotifications: ERROR CLASS: Symbol not found for MeshServiceNotifications, messageProcessor: ERROR CLASS: Symbol not found for Lazy<ERROR CLASS: Symbol not found for MeshMessageProcessor>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun handleBeginEditSettings(destNum: Int)
Link copied to clipboard
open override fun handleCommitEditSettings(destNum: Int)
Link copied to clipboard
open override fun handleGetCannedMessages(id: Int, destNum: Int)
Link copied to clipboard
open override fun handleGetDeviceConnectionStatus(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun handleGetModuleConfig(id: Int, destNum: Int, config: Int)
Link copied to clipboard
open override fun handleGetRemoteChannel(id: Int, destNum: Int, index: Int)
Link copied to clipboard
open override fun handleGetRemoteConfig(id: Int, destNum: Int, config: Int)
Link copied to clipboard
open override fun handleGetRemoteOwner(id: Int, destNum: Int)
Link copied to clipboard
open override fun handleGetRingtone(id: Int, destNum: Int)
Link copied to clipboard
open override fun handleRebootToDfu(destNum: Int)
Link copied to clipboard
open override fun handleRemoveByNodenum(nodeNum: Int, requestId: Int, myNodeNum: Int)
Link copied to clipboard
open override fun handleRequestFactoryReset(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun handleRequestNeighborInfo(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun handleRequestNodedbReset(requestId: Int, destNum: Int, preserveFavorites: Boolean)
Link copied to clipboard
open override fun handleRequestPosition(destNum: Int, position: ERROR CLASS: Symbol not found for Position, myNodeNum: Int)
Link copied to clipboard
open override fun handleRequestReboot(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun handleRequestRebootOta(requestId: Int, destNum: Int, mode: Int, hash: ByteArray?)
Link copied to clipboard
open override fun handleRequestShutdown(requestId: Int, destNum: Int)
Link copied to clipboard
open override fun handleRequestTelemetry(requestId: Int, destNum: Int, type: Int)
Link copied to clipboard
open override fun handleSend(p: ERROR CLASS: Symbol not found for DataPacket, myNodeNum: Int)
Link copied to clipboard
open override fun handleSetCannedMessages(destNum: Int, messages: String)
Link copied to clipboard
open override fun handleSetChannel(payload: ByteArray?, myNodeNum: Int)
Link copied to clipboard
open override fun handleSetConfig(payload: ByteArray, myNodeNum: Int)
Link copied to clipboard
open override fun handleSetModuleConfig(id: Int, destNum: Int, payload: ByteArray)
Link copied to clipboard
open override fun handleSetOwner(u: ERROR CLASS: Symbol not found for MeshUser, myNodeNum: Int)
Link copied to clipboard
open override fun handleSetRemoteChannel(id: Int, destNum: Int, payload: ByteArray?)
Link copied to clipboard
open override fun handleSetRemoteConfig(id: Int, destNum: Int, payload: ByteArray)
Link copied to clipboard
open override fun handleSetRemoteOwner(id: Int, destNum: Int, payload: ByteArray)
Link copied to clipboard
open override fun handleSetRingtone(destNum: Int, ringtone: String)
Link copied to clipboard
open override fun handleUpdateLastAddress(deviceAddr: String?)
Link copied to clipboard
open override fun onServiceAction(action: ERROR CLASS: Symbol not found for ServiceAction)
Link copied to clipboard
open override fun start(scope: ERROR CLASS: Symbol not found for CoroutineScope)