template <>
class WireSyncClientImpl
Defined at line 285 of file fidling/gen/src/devices/tests/ddk-firmware-test/fuchsia.device.firmware.test/cpp/fidl/fuchsia.device.firmware.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_firmware_test::TestDevice>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_device_firmware_test::TestDevice::LoadFirmware> LoadFirmware (::fidl::StringView path)
Call load_firmware and make sure it worked.
Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.