class Node
Defined at line 7835 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Protocol through which a driver manages a node that it is bound to.
Drivers should maintain their client connection to the node. Dropping
the client connection while the driver is running will cause the
driver framework to remove the driver and node from the topology.
If the driver has set `host_restart_on_crash` to "true" in their
component manifest, dropping the connection will initiate a restart of
the driver host and driver.
Public Methods
void ~Node ()
void AddChild (::fuchsia::driver::framework::NodeAddArgs args, ::fidl::InterfaceRequest< ::fuchsia::driver::framework::NodeController> controller, ::fidl::InterfaceRequest< ::fuchsia::driver::framework::Node> node, AddChildCallback callback)
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.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class Node_Stub