mavlink_core

Function read_v1_msg_async

Source
pub async fn read_v1_msg_async<M: Message, R: AsyncReadExt + Unpin>(
    r: &mut AsyncPeekReader<R>,
) -> Result<(MavHeader, M), MessageReadError>
Available on crate feature tokio-1 only.
Expand description

Read a MAVLink v1 message from a Read stream.