template <>

class WireSyncClientImpl

Defined at line 2414 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::DevToolsListener>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus OnContextDevToolsAvailable (::fidl::ServerEnd< ::fuchsia_web::DevToolsPerContextListener> && listener)

Called when the DevTools service is available on a new [`Context`].

- `listener`: Channel over which DevTools events for the new [`Context`] will

be delivered. This channel will disconnect when the [`Context`] is destroyed.

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