Searched refs:out_queue (Results 1 – 1 of 1) sorted by relevance
1097 out_queue: VecDeque<Vec<u8>>, field1102 Self { in_queue: VecDeque::new(), out_queue: VecDeque::new() } in new()1124 self.out_queue.push_back(packet.into()); in send_packet()1132 out_queue: VecDeque<u8>, field1157 data.iter().for_each(|v| self.out_queue.push_back(*v)); in write_exact()1170 assert_eq!(transport.out_queue, [b"FAILCommand not found"]); in test_non_exist_command()1181 assert_eq!(transport.out_queue, [b"FAILInvalid Command"]); in test_non_ascii_command_string()1192 assert_eq!(transport.out_queue, [b"OKAY0x400"]); in test_get_var_max_download_size()1219 transport.out_queue, in test_get_var()1249 transport.out_queue, in test_get_var_all()[all …]