doc: adb_tcp_device.rs usb to tcp

This commit is contained in:
Pieter
2025-11-15 10:49:52 +13:00
committed by cocool97
parent 36097fdc07
commit c9d5df55d4

View File

@@ -8,7 +8,7 @@ use super::{ADBRsaKey, ADBTransportMessage, get_default_adb_key_path};
use crate::device::adb_usb_device::read_adb_private_key;
use crate::{ADBDeviceExt, ADBMessageTransport, ADBTransport, Result, TcpTransport};
/// Represent a device reached and available over USB.
/// Represent a device reached and available over TCP.
#[derive(Debug)]
pub struct ADBTcpDevice {
private_key: ADBRsaKey,