template <>

class WireWeakSyncClientImpl

Defined at line 1513 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::WireResult< ::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.

Allocates 128 bytes of request buffer on the stack. Response is heap-allocated.

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

Updates the properties of an embedded view.

Allocates 128 bytes of request buffer on the stack. Response is heap-allocated.

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

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

Request is heap-allocated. Response is heap-allocated.

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

Updates the properties of an image.

Request is heap-allocated. Response is heap-allocated.