template <>
class WireSyncClientImpl
Defined at line 1149 of file fidling/gen/sdk/fidl/fuchsia.hardware.adb/fuchsia.hardware.adb/cpp/fidl/fuchsia.hardware.adb/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_adb::Device>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_adb::Device::StartAdb> StartAdb (::fidl::ServerEnd< ::fuchsia_hardware_adb::UsbAdbImpl> && interface)
Start USB ADB protocol with |interface|.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_adb::Device::StopAdb> StopAdb ()
Stops USB ADB protocol.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.