template <>

class WireSyncBufferClientImpl

Defined at line 195 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/cpp/fidl/fuchsia.device.fs/cpp/wire_messaging.h

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.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.