handleReceivedData
abstract fun handleReceivedData(packet: MeshPacket, myNodeNum: Int, logUuid: String? = null, logInsertJob: Job? = null)(source)
Processes a received mesh packet.
Parameters
packet
The received mesh packet.
myNodeNum
The local node number.
logUuid
Optional UUID for logging purposes.
logInsertJob
Optional job that tracks the insertion of the packet into the log.