template <>

class WireSyncClientImpl

Defined at line 3292 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/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_goldfish::PipeDevice>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus Connect (::fidl::ServerEnd< ::fuchsia_hardware_goldfish::Pipe> && pipe_request)

Opens a new connection to the hardware pipe.

Each `Pipe` connection is independent and has no side effects on other

peer connections.

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