template <>

class WireSyncClientImpl

Defined at line 453 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/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_audio::CompositeConnector>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus Connect (::fidl::ServerEnd< ::fuchsia_hardware_audio::Composite> && composite_protocol)

Connect to a `Device` protocol.

This method allows a component to serve FIDL outside the devhost's control.

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