mavlink_core

Function write_v2_msg_async

Source
pub async fn write_v2_msg_async<M: Message, W: AsyncWriteExt + Unpin>(
    w: &mut W,
    header: MavHeader,
    data: &M,
) -> Result<usize, MessageWriteError>
Available on crate feature tokio-1 only.
Expand description

Async write a MAVLink v2 message to a Write stream.