Function mavlink::read_v2_raw_message_async
source ยท pub async fn read_v2_raw_message_async<M, R>(
reader: &mut AsyncPeekReader<R>,
) -> Result<MAVLinkV2MessageRaw, MessageReadError>
Available on crate feature
tokio-1
only.Expand description
Async read a raw buffer with the mavlink message
V2 maximum size is 280 bytes: <https://mavlink.io/en/guide/serialization.html>