pub async fn write_versioned_msg_async<M, W>(
w: &mut W,
version: MavlinkVersion,
header: MavHeader,
data: &M,
) -> Result<usize, MessageWriteError>
Expand description
Asynchronously write a MAVLink message using the given MAVLink version to a AsyncWrite
r.