Function mavlink::write_v2_msg_async_signed

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

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