Undelivered Receipt
Represents an undelivered message receipt in the Satellite Message Protocol.
This class encapsulates a notification that a message could not be delivered to its intended recipient. It includes information about which message failed and the specific reason for the delivery failure.
Types
Functions
Link copied to clipboard
fun createSmpHeader(messageCounter: Int, eventTimestamp: SmpTimestamp, version: Int = 1, ackFlag: Boolean = false): SmpHeader
Creates an SMP header for this content.