template <>

class WireSyncClientImpl

Defined at line 630 of file fidling/gen/src/devices/tests/driver-transport/fuchsia.driver.transport.test/cpp/fidl/fuchsia.driver.transport.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_driver_transport_test::TestDeviceChild>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_driver_transport_test::TestDeviceChild::GetParentDataOverDriverTransport> GetParentDataOverDriverTransport ()

Returns the test data stored in the parent device using the runtime channel.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.