template <>
class WireSyncClientImpl
Defined at line 9202 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/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_sandbox::Receiver>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Receive (::zx::channel && channel)
Sends a channel to this receiver.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.