template <>
class WireSyncClientImpl
Defined at line 287 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.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_runtime_test::TestDevice>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_device_runtime_test::TestDevice::SetTestData> SetTestData (::fidl::VectorView<uint8_t> in)
Sets the test data that can be retrieved from this device using a runtime channel.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.