pub fn decode(chunk: &[u8]) -> Result<DecodedData, Error>
Expand description

Finds and decodes KISS frame found inside of data buffer Will also return any data found before and after the complete frame.