template <>
class WireWeakOnewayClientImpl
Defined at line 590 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.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.