All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.divpundir.mavlink.api.MavDeserializer.kt Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
package com.divpundir.mavlink.api

public fun interface MavDeserializer {

    /**
     * Deserializes the given [bytes] to a MAVLink message. Note that these bytes are not the entire MAVLink frame, but
     * only its payload.
     */
    public fun deserialize(bytes: ByteArray): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy