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
Properties
Link copied to clipboard
The computed or provided hash for correlation (null if unavailable).
Link copied to clipboard
The normalized destination node num (broadcast 0 is replaced with NodeId.BROADCAST).