Pli

data class Pli(val value: Boolean = true) : TakPacketV2Data.Payload(source)

An explicit position-location-information report.

Modeled separately from None for parser clarity, but identical on the wire: PLI is implicit (no bool pli arm), so this serializes to an empty oneof. The parser emits it for plain a-f-* position reports and for delete events.

Constructors

Link copied to clipboard
constructor(value: Boolean = true)

Properties

Link copied to clipboard

retained for source compatibility; always true and not encoded on the wire.