Function vls_protocol::msgs::read_serial_request_header
source ยท pub fn read_serial_request_header<R: Read>(
reader: &mut R
) -> Result<SerialRequestHeader>
Expand description
Read and return the serial request header Returns BadFraming if the magic is wrong.