template <>

class WireWeakOnewayBufferClientImpl

Defined at line 1855 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus ListChildNames (::fidl::ServerEnd< ::fuchsia_inspect::TreeNameIterator> && tree_iterator)

Iterate over the names of Trees that are children of this Tree.

The underlying list of children may change in between calls to

ListChildNames and OpenChild.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus OpenChild (::fidl::StringView child_name, ::fidl::ServerEnd< ::fuchsia_inspect::Tree> && tree)

Open a child Tree by name.

If the child cannot be opened, the given request is closed.

Caller provides the backing storage for FIDL message.