template <>
class Server
Defined at line 213 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_messaging.h
Public Methods
void OpenCoordinatorWithListenerForVirtcon (OpenCoordinatorWithListenerForVirtconRequest & request, OpenCoordinatorWithListenerForVirtconCompleter::Sync & completer)
Opens a Virtcon client connection to the display coordinator.
On success, `coordinator` and `coordinator_listener` will be bound to
the display coordinator, as the Virtcon client.
No event will be dispatched to the `Coordinator` protocol.
Returns `ZX_ERR_ALREADY_BOUND` if the display coordinator already has a
connected Virtcon client.
void OpenCoordinatorWithListenerForPrimary (OpenCoordinatorWithListenerForPrimaryRequest & request, OpenCoordinatorWithListenerForPrimaryCompleter::Sync & completer)
Opens a primary client connection to the display coordinator.
On success, `coordinator` and `coordinator_listener` will be bound to
the display coordinator, as the primary client.
No event will be dispatched to the `Coordinator` protocol.
Returns `ZX_ERR_ALREADY_BOUND` if the display coordinator already has a
connected primary client.
void Server ()
Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_messaging.h
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 217 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_messaging.h