Function parse_at_response

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

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