template <>
class WireSyncClientImpl
Defined at line 2639 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::DevToolsPerContextListener>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus OnHttpPortOpen (uint16_t port)
Called when the DevTools service starts accepting TCP connections on `port`. `port` will
remain open until the [`Context`] is destroyed.
- `port`: The port used by the service.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.