template <>
class WireSyncClientImpl
Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.hardware.block.volume/fuchsia.hardware.block.volume/cpp/fidl/fuchsia.hardware.block.volume/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_hardware_block_volume::Node>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_block_volume::Node::AddChild> AddChild (::fuchsia_driver_framework::wire::NodeAddArgs args, ::fidl::ServerEnd< ::fuchsia_driver_framework::NodeController> && controller)
Adds a child node to this node.
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.