Searched refs:get_request_bytes (Results 1 – 3 of 3) sorted by relevance
83 vec![args::Command::Devices(args::Devices { continuous: false }).get_request_bytes()] in perform_command()85 _ => vec![command.get_request_bytes()], in perform_command()
92 let request = command.get_request_bytes(); in test_command()
95 pub fn get_request_bytes(&self) -> BinaryProtobuf { in get_request_bytes() method