updateSFPPStatus

abstract suspend fun updateSFPPStatus(packetId: Int, from: Int, to: Int, hash: ByteArray, status: ERROR CLASS: Symbol not found for MessageStatus, rxTime: Long, myNodeNum: Int?)(source)

Updates the Store-and-Forward PlusPlus (SFPP) status for packets.

Parameters

packetId

The packet ID.

from

The sender node number.

to

The recipient node number.

hash

The SFPP commit hash.

status

The new SFPP-specific message status.

rxTime

The receipt time from the mesh.

myNodeNum

The local node number.