CloseSosContent

@Serializable
data object CloseSosContent : SmpContent

Represents a close SOS message in the Satellite Message Protocol.

This singleton object encapsulates a command to terminate an ongoing SOS emergency situation. When transmitted, it signals that emergency assistance is no longer required and any active SOS responses can be concluded.

Unlike other content types, this message does not contain any payload data as its presence alone communicates the intended action.

Types

Link copied to clipboard

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.