mavlink_core

Function write_v2_msg_async_signed

Source
pub async fn write_v2_msg_async_signed<M: Message, W: AsyncWriteExt + Unpin>(
    w: &mut W,
    header: MavHeader,
    data: &M,
    signing_data: Option<&SigningData>,
) -> Result<usize, MessageWriteError>
Available on crate features signing and tokio-1 only.
Expand description

Write a MAVLink v2 message to a Write stream with signing support.