Text Content
@Serializable
Represents plain text message content in the Satellite Message Protocol.
This class encapsulates a text message to be transmitted via satellite, along with metadata about delivery confirmation requirements and the intended recipient.
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.