Delivery Receipt
@Serializable
Represents a delivery receipt in the Satellite Message Protocol.
This class encapsulates a confirmation that a message has been successfully delivered to its intended recipient. It includes information about which message was delivered, to whom, and when the delivery occurred.
Properties
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.