template <>
class NaturalClientImpl
Defined at line 495 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_driver_framework::Node::AddChild> AddChild (::fidl::Request< ::fuchsia_driver_framework::Node::AddChild> request)
Adds a child node to this node.
If `node` is present, this driver takes responsibility for binding to
the newly created child. Otherwise, the driver framework will locate an
appropriate driver to bind the child to.