template <>
class WireWeakAsyncClientImpl
Defined at line 4884 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::WireThenable< ::fuchsia_test_manager::DebugDataIterator::GetNext> GetNext ()
Retrieve the next batch of debug data. This is a hanging get; if no data is
immediately available, the call hangs until data is available. After all data has
been returned, the call returns an empty vector.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_test_manager::DebugDataIterator::GetNextCompressed> GetNextCompressed ()
Retrieve the next batch of debug data (compressed using zstd). This is
a hanging get; if no data is immediately available, the call hangs until
data is available. After all data has been returned, the call returns an empty vector.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.