template <>
class WireWeakOnewayBufferClientImpl
Defined at line 1802 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus UpdateSemanticNodes (::fidl::VectorView< ::fuchsia_accessibility_semantics::wire::Node> nodes)
Sends new/updated nodes to the root to add to the cache on the next commit.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus DeleteSemanticNodes (::fidl::VectorView<uint32_t> node_ids)
Tells the root to remove nodes with node_ids from the semantic tree on the next commit.
Caller provides the backing storage for FIDL message.