MeshMessageProcessor

Interface for processing incoming radio messages and mesh packets.

Functions

Link copied to clipboard
abstract fun clearEarlyPackets()

Clears the buffer of early received packets.

Link copied to clipboard
abstract fun handleFromRadio(bytes: ByteArray, myNodeNum: Int?)

Handles a raw message received from the radio.

Link copied to clipboard
abstract fun handleReceivedMeshPacket(packet: MeshPacket, myNodeNum: Int?)

Handles a received mesh packet.