template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_hardware_display::Provider>|,

avoiding setting up a client.

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.