template <>

class WireSyncClientImpl

Defined at line 1148 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/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_web::FrameHost>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus CreateFrameWithParams (::fuchsia_web::wire::CreateFrameParams params, ::fidl::ServerEnd< ::fuchsia_web::Frame> && frame)

Behaves identically to [`Context.CreateFrameWithParams`].

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.