template <>

class WireWeakSyncClientImpl

Defined at line 9534 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_web::Context::GetRemoteDebuggingPort> GetRemoteDebuggingPort ()

Waits until debugging is available on one or more Frames, and returns the DevTools port

number. Multiple calls may be queued to received the port number.

If an error occurred, the [`ContextError`] will be set to this value:

- `REMOTE_DEBUGGING_PORT_NOT_OPENED`: `remote_debugging_port` was not set in

[`CreateContextParams`] or the remote debugging service failed to start.

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