template <>
class WireWeakAsyncBufferClientImpl
Defined at line 9518 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
Caller provides the backing storage for FIDL message.