template <>
class WireWeakAsyncBufferClientImpl
Defined at line 5574 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_test_manager::SuiteController::WatchEvents> WatchEvents ()
Returns events when they're available using a hanging get pattern. Returns an empty
vector to indicate there will be no further events.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_test_manager::SuiteController::GetEvents> GetEvents ()
Iterator over events for the run. This method is a hanging get; it
returns an empty vector only when there will be no further events
(the run completed).
Caller provides the backing storage for FIDL message.