template <>

class Server

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

Public Methods

void EmbedRemoteView (EmbedRemoteViewRequest & request, EmbedRemoteViewCompleter::Sync & completer)

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.

void Server ()

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

void SetEmbeddedViewProperties (SetEmbeddedViewPropertiesRequest & request, SetEmbeddedViewPropertiesCompleter::Sync & completer)

Updates the properties of an embedded view.

void DrawImage (DrawImageRequest & request, DrawImageCompleter::Sync & completer)

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

void SetImageProperties (SetImagePropertiesRequest & request, SetImagePropertiesCompleter::Sync & completer)

Updates the properties of an image.

Handler bind_handler (async_dispatcher_t * dispatcher)

|bind_handler| returns a handler that binds incoming connections to this

server implementation.

The returned handler borrows the server instance.

The server must outlive the provided |dispatcher|. Only after

the dispatcher is shutdown will it be safe to destroy the servers.

The server should not be moved.

void ~Server ()

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