[][src]Function esp_01::parse_at_response

pub fn parse_at_response(buffer: &[u8], offset: usize) -> Option<ATResponse>

Parses buffer as an AT command response returning the type if it is a valid AT response and None otherwise