template <>

class WireWeakSyncClientImpl

Defined at line 6155 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForVirtcon> OpenCoordinatorWithListenerForVirtcon (::fuchsia_hardware_display::wire::ProviderOpenCoordinatorWithListenerForVirtconRequest ProviderOpenCoordinatorWithListenerForVirtconRequest)

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.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_hardware_display::Provider::OpenCoordinatorWithListenerForPrimary> OpenCoordinatorWithListenerForPrimary (::fuchsia_hardware_display::wire::ProviderOpenCoordinatorWithListenerForPrimaryRequest ProviderOpenCoordinatorWithListenerForPrimaryRequest)

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.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.