Function read_v1_raw_message_async

Source
pub async fn read_v1_raw_message_async<M, R>(
    reader: &mut AsyncPeekReader<R>,
) -> Result<MAVLinkV1MessageRaw, MessageReadError>
where M: Message, R: AsyncRead + Unpin,
Expand description

Asynchronously read a raw MAVLink 1 message from a AsyncPeekReader.