template <>
class WireServer
Defined at line 640 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_hardware_display::Provider>|
and |::fidl::ServerEnd
<
::fuchsia_hardware_display::Provider>|).
Public Methods
void OpenCoordinatorWithListenerForVirtcon (::fuchsia_hardware_display::wire::ProviderOpenCoordinatorWithListenerForVirtconRequest * 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 (::fuchsia_hardware_display::wire::ProviderOpenCoordinatorWithListenerForPrimaryRequest * 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 WireServer ()
Defined at line 643 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/wire_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 ~WireServer ()
Defined at line 644 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/wire_messaging.h