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