Function parse_msg

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

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