MeshMessageProcessor

Interface for processing incoming radio messages and mesh packets.

Functions

Link copied to clipboard
abstract suspend fun clearEarlyPackets()

Clears buffered packets before a device boundary is published.

Link copied to clipboard
abstract suspend fun handleFromRadio(frame: ReceivedRadioFrame, myNodeNum: Int?)

Handles frame, a received radio message together with the immutable transport session that admitted it.