template <>
class WireSyncClientImpl
Defined at line 200 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::Receiver>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Receive (::zx::channel && channel)
`Receive` will be called by component manager whenever an new handle has
been given to any `Connector` associated with this `Receiver`.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.