Other Content
Represents specialized content types in the Satellite Message Protocol that don't fit standard categories.
This sealed class serves as a base for various non-standard content types that require specific handling. It extends the standard SMP content framework with additional subcontent type identification to allow for specialized processing.
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.