template <>
class WireSyncClientImpl
Defined at line 1263 of file fidling/gen/sdk/fidl/fuchsia.device.test/fuchsia.device.test/cpp/fidl/fuchsia.device.test/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_device_test::RootDevice>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_device_test::RootDevice::CreateDevice> CreateDevice (::fidl::StringView name)
Create a device with the given `name` that is a child of this device.
Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.