Function mavlink::read_v2_msg_async_signed

source ยท
pub async fn read_v2_msg_async_signed<M, R>(
    read: &mut AsyncPeekReader<R>,
    signing_data: Option<&SigningData>,
) -> Result<(MavHeader, M), MessageReadError>
where M: Message, R: AsyncReadExt + Unpin,
Available on crate features tokio-1 and signing only.
Expand description

Async read a MAVLink v2 message from a Read stream.