class Connector
Defined at line 854 of file fidling/gen/sdk/fidl/fuchsia.device.fs/fuchsia.device.fs/hlcpp/fuchsia/device/fs/cpp/fidl.h
A connector lets a client forward the server end of a protocol.
Public Methods
void ~Connector ()
void 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.