template <>
class WireWeakAsyncClientImpl
Defined at line 805 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_device_runtime_test::TestDeviceChild::GetParentDataOverRuntimeChannel> GetParentDataOverRuntimeChannel (bool sync)
Returns the test data stored in the parent device using the runtime channel.
If `sync` is true, the child device will make a synchronous channel call,
otherwise it will do a write and asynchronous read.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.