Function mavlink::write_versioned_msg_async
source ยท pub async fn write_versioned_msg_async<M, W>(
w: &mut W,
version: MavlinkVersion,
header: MavHeader,
data: &M,
) -> Result<usize, MessageWriteError>
Available on crate feature
tokio-1
only.Expand description
Async write a message using the given mavlink version