MavCompanion

The companion object for a MavMessage, which contains the MAVLink metadata and the MavDeserializer implementation for the message.

Properties

Link copied to clipboard
abstract val crcExtra: Byte
Link copied to clipboard
abstract val id: UInt

Functions

Link copied to clipboard
abstract fun deserialize(bytes: ByteArray): T

Deserializes the given bytes to a MAVLink message. Note that these bytes are not the entire MAVLink frame, but only its payload.