template <>
class WireSyncClientImpl
Defined at line 1403 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_driver_framework::Node>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_driver_framework::Node::AddChild> AddChild (::fuchsia_driver_framework::wire::NodeAddArgs args, ::fidl::ServerEnd< ::fuchsia_driver_framework::NodeController> && controller, ::fidl::ServerEnd< ::fuchsia_driver_framework::Node> && node)
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.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.