template <>
class WireWeakOnewayClientImpl
Defined at line 1816 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.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::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.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.