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