pub fn encode_query_image(
vendor_id: u16,
product_id: u16,
software_version: u32,
protocols_supported: Vec<u8>,
hardware_version: u16,
location: String,
requestor_can_consent: bool,
metadata_for_provider: Vec<u8>,
) -> Result<Vec<u8>>Expand description
Encode QueryImage command (0x00)