template <>

class WireSyncClientImpl

Defined at line 1550 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::Provider>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_hardware_adb::Provider::ConnectToService> ConnectToService (::zx::socket && socket, ::fidl::StringView args)

Connect `socket` to the service (called in response to adb OPEN message).

`args` provides additional arguments passed by the client if any.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.