class Tree

Defined at line 142 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/markers.h

The Tree protocol represents a hierarchy of Inspect VMOs.

Link values stored in an Inspect file contain references to new

named files that contain a continuation of the data for the overall

hierarchy. Protocol Tree allows clients to request these named files so

long as the hosting component is still alive.

Connecting to a particular tree keeps the content for that Tree resident

in memory. Clients are recommended to traverse the trees in depth-first

order to reduce memory usage. Serving components are free to deny

connections to avoid unbounded memory usage.

Public Members

static Openness kOpenness
static const char[] kDiscoverableName

Records