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

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