template <>

class WireSyncClientImpl

Defined at line 181 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/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_device_fs::Connector>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus Connect (::zx::channel && server)

Forward a server end of a protocol so that it can be connected.

+ request `server` the server end of the protocol to be served. The FIDL protocol that

this speaks is determined out-of-band.

- response This function has no response. The function is one-way to match the pipelining

behaviors of other virtual filesystems.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.