Searched defs:AtCommand (Results 1 – 1 of 1) sorted by relevance
44 pub struct AtCommand { struct48 pub at_type: AtCommandType, argument56 pub data: Option<HashMap<AtCommandDataType, String>>, argument63 pub fn parse_at_command_data(at_string: String) -> Result<AtCommand, String> { in parse_at_command_data()