handleReceivedData

abstract fun handleReceivedData(packet: MeshPacket, myNodeNum: Int, session: RadioSessionContext, logUuid: String? = null, logInsertJob: Job? = null)(source)

Processes a received mesh packet.

Parameters

packet

The received mesh packet.

myNodeNum

The local node number.

session

The transport session that admitted this packet.

logUuid

Optional UUID for logging purposes.

logInsertJob

Optional job that tracks the insertion of the packet into the log.