template <>
class WireSyncBufferClientImpl
Defined at line 7948 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_component::EventStream::GetNext> GetNext ()
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.