template <>
class WireSyncClientImpl
Defined at line 258 of file fidling/gen/src/camera/bin/device_watcher/fuchsia.camera.test/cpp/fidl/fuchsia.camera.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_camera_test::DeviceWatcherTester>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus InjectDevice (::fidl::ClientEnd< ::fuchsia_hardware_camera::Device> && camera)
Inserts the given controller implementation as a new device.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus InjectDeviceByPath (::fidl::StringView path)
Inserts the given controller implementation as a new device path.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.