Tracking Content
Represents location tracking-related content in the Satellite Message Protocol.
This sealed class hierarchy provides specialized content types for initiating, updating, and managing location tracking sessions via satellite. It extends the OtherContent base class with tracking-specific functionality.
Inheritors
Types
Link copied to clipboard
@Serializable
Represents a request to start a tracking session.
Link copied to clipboard
@Serializable
Represents location tracking updates in an active tracking session.
Properties
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.