MavFrameV1

interface MavFrameV1<T> : MavFrame<T>

Represents a MAVLink v1 frame.

Properties

Link copied to clipboard
abstract val checksum: UShort

The checksum of this frame.

Link copied to clipboard
abstract val componentId: UByte

The ID of the component that originated this frame.

Link copied to clipboard
abstract val message: T

The message/payload of this frame.

Link copied to clipboard
abstract val sequence: UByte

The sequence of this frame.

Link copied to clipboard
abstract val systemId: UByte

The ID of the system that originated this frame.