class NodeManager

Defined at line 10198 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Protocol through which a client can add a Node2 to the driver topology.

Public Members

static const char[] Name_

Public Methods

void ~NodeManager ()
void AddNode (::fuchsia::driver::framework::Node2 node, ::fidl::InterfaceRequest< ::fuchsia::driver::framework::NodeController> controller, ::fidl::InterfaceRequest< ::fuchsia::driver::framework::Node> node_ref, AddNodeCallback callback)

Adds a Node2 to the driver framework.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class NodeManager_Stub