Function mavlink::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: AsyncReadExt + Unpin,
Available on crate feature tokio-1 only.
Expand description

Return a raw buffer with the mavlink message V1 maximum size is 263 bytes: <https://mavlink.io/en/guide/serialization.html>