template <>
class WireSyncClientImpl
Defined at line 1355 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/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_ui_test_conformance::PuppetFactory>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_ui_test_conformance::PuppetFactory::Create> Create (::fuchsia_ui_test_conformance::wire::PuppetCreationArgs PuppetCreationArgs)
Spawns a puppet instance, which will own a view created using `view_token`, and
binds `puppet_server` to it.
Allocates 104 bytes of request buffer on the stack. Response is heap-allocated.