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

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