OtherContent

@Serializable
sealed class OtherContent : SmpContent

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

Link copied to clipboard
Link copied to clipboard

Enumeration of subtypes available for specialized content.

Properties

Link copied to clipboard

The type of content represented by this instance.

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.