Searched refs:at_type (Results 1 – 1 of 1) sorted by relevance
48 pub at_type: AtCommandType, field71 let at_type = parse_at_command_type(clean_at_string.to_string()); in parse_at_command_data() localVariable72 let at_type_delimiter = match at_type { in parse_at_command_data()81 .splitn(if at_type == AtCommandType::Execute { 1 } else { 2 }, at_type_delimiter); in parse_at_command_data()116 at_type: at_type, in parse_at_command_data()302 assert_eq!(at_command.at_type, AtCommandType::Set); in test_parse_command_type()305 assert_eq!(at_command.at_type, AtCommandType::Query); in test_parse_command_type()308 assert_eq!(at_command.at_type, AtCommandType::Test); in test_parse_command_type()311 assert_eq!(at_command.at_type, AtCommandType::Execute); in test_parse_command_type()