Read Receipt
@Serializable
Represents a read receipt in the Satellite Message Protocol.
This class encapsulates a confirmation that a message has been read by its intended recipient. It includes information about which message was read, by whom, and when the reading 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.