parse_msg_header_not_read

Function parse_msg_header_not_read 

Source
pub fn parse_msg_header_not_read(buf: &[u8]) -> Result<MsgParsed<'_>, EspError>
Expand description

Parse the payload with header, and separate the RPC bytes from the whole message. Accepts the whole message received.