template <>
class NaturalSyncClientImpl
Defined at line 119 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForVirtcon> OpenCoordinatorWithListenerForVirtcon (::fidl::Request< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForVirtcon> request)
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.
::fidl::Result< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForPrimary> OpenCoordinatorWithListenerForPrimary (::fidl::Request< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForPrimary> request)
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.