Close Sos Content
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.
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.