template <>
class WireSyncBufferClientImpl
Defined at line 1165 of file fidling/gen/sdk/fidl/fuchsia.hardware.adb/fuchsia.hardware.adb/cpp/fidl/fuchsia.hardware.adb/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_hardware_adb::Device::StartAdb> StartAdb (::fidl::ServerEnd< ::fuchsia_hardware_adb::UsbAdbImpl> && interface)
Start USB ADB protocol with |interface|.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_hardware_adb::Device::StopAdb> StopAdb ()
Stops USB ADB protocol.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.