template <>
class WireWeakAsyncClientImpl
Defined at line 9473 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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 16 bytes of request buffer on the stack. The callback is stored on the heap.