Smp Content
Abstract sealed class representing different types of content that can be transmitted via SMP.
This class serves as the base for all content types in the Satellite Message Protocol, defining common properties and functionality shared across all content messages. The sealed nature ensures all possible content types are known at compile time.
Inheritors
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.