template <>
class NaturalClientImpl
Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_inspect::Tree::GetContent> GetContent ()
Get the content for the Inspect VMO backing this tree.
So long as the Tree connection is still maintained, the contents
of the tree are guaranteed to still be live. Once the connection is
lost, the serving component is free to clear the contents of returned
shared buffers.
Serving components may return different buffers to GetContent
requests for the same Tree.
::fit::result< ::fidl::OneWayError> ListChildNames (::fidl::Request< ::fuchsia_inspect::Tree::ListChildNames> request)
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.
::fit::result< ::fidl::OneWayError> OpenChild (::fidl::Request< ::fuchsia_inspect::Tree::OpenChild> request)
Open a child Tree by name.
If the child cannot be opened, the given request is closed.