template <>

class WireSyncBufferClientImpl

Defined at line 876 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_ui_test_conformance::Puppet::EmbedRemoteView> EmbedRemoteView (::fuchsia_ui_test_conformance::wire::PuppetEmbedRemoteViewRequest PuppetEmbedRemoteViewRequest)

Embeds a view owned elsewhere.

The puppet should create a (ViewportCreationToken, ViewCreationToken) pair

and use the former to create a viewport with the specified `properties`.

Once the puppet has presented a frame containing the new viewport, it should

return the view creation token to the caller.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_ui_test_conformance::Puppet::SetEmbeddedViewProperties> SetEmbeddedViewProperties (::fuchsia_ui_test_conformance::wire::PuppetSetEmbeddedViewPropertiesRequest PuppetSetEmbeddedViewPropertiesRequest)

Updates the properties of an embedded view.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_ui_test_conformance::Puppet::DrawImage> DrawImage (::fuchsia_ui_test_conformance::wire::PuppetDrawImageRequest PuppetDrawImageRequest)

Draws an image composed of solid, monochrome-filled rectangles.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_ui_test_conformance::Puppet::SetImageProperties> SetImageProperties (::fuchsia_ui_test_conformance::wire::PuppetSetImagePropertiesRequest PuppetSetImagePropertiesRequest)

Updates the properties of an image.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.