pub fn read_v2_raw_message<R: Read>(
    reader: &mut R
) -> Result<MAVLinkV2MessageRaw, MessageReadError>
Expand description

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