template <>
class WireSyncClientImpl
Defined at line 422 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/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_component_runtime::DirReceiver>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Receive (::fidl::ServerEnd< ::fuchsia_io::Directory> && channel, ::fidl::StringView path, ::fuchsia_io::wire::Flags rights)
`Receive` will be called by component manager whenever a new handle has
been given to any `DirConnector` associated with this `DirReceiver`.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.