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
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