SfppLinkProvided

data class SfppLinkProvided(val packetId: Int, val from: Int, val to: Int, val messageHash: ByteArray?, val confirmed: Boolean) : StoreForwardEvent(source)

An SFPP link was provided — message is being routed or confirmed.

Constructors

Link copied to clipboard
constructor(packetId: Int, from: Int, to: Int, messageHash: ByteArray?, confirmed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val from: Int
Link copied to clipboard

The computed or provided hash for correlation (null if unavailable).

Link copied to clipboard
Link copied to clipboard
val to: Int

The normalized destination node num (broadcast 0 is replaced with NodeId.BROADCAST).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int