template <>

class WireSyncClientImpl

Defined at line 7929 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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_component::EventStream>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_component::EventStream::GetNext> GetNext ()

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_component::EventStream::WaitForReady> WaitForReady ()

Returns immediately. Used to indicate that the FIDL connection

completed. This is needed for non-static streams to verify

that subscribe has completed before components are started.

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