class DeviceConnector
Defined at line 20 of file ../../src/developer/adb/bin/adb/adb.h
DeviceConnector is the base class that connects the component to a device that implements
fuchsia_hardware_adb::Device.
Public Methods
zx::result<fidl::ClientEnd<fuchsia_hardware_adb::Device>> ConnectToFirstDevice ()
Calls ConnectToDevice() on all available devices, and returns the first one that is able
to connect successfully.
void DeviceConnector ()
Defined at line 22 of file ../../src/developer/adb/bin/adb/adb.h