Function read_v2_raw_message_async_signed

Source
pub async fn read_v2_raw_message_async_signed<M: Message, R: AsyncRead + Unpin>(
    reader: &mut AsyncPeekReader<R>,
    signing_data: Option<&SigningData>,
) -> Result<MAVLinkV2MessageRaw, MessageReadError>
Available on crate features tokio-1 and signing only.
Expand description

Asynchronously read a raw MAVLink 2 message with signing support from a AsyncPeekReader.