StoreForwardPacketHandler

Interface for handling Store & Forward (legacy) and SF++ packets.

Functions

Link copied to clipboard
abstract fun handleStoreAndForward(packet: MeshPacket, dataPacket: DataPacket, myNodeNum: Int, session: RadioSessionContext? = null)

Handles a legacy Store & Forward packet.

Link copied to clipboard
abstract fun handleStoreForwardPlusPlus(packet: MeshPacket, session: RadioSessionContext? = null)

Handles a Store Forward++ packet.